Mercurial > emacs
changeset 334:5f0324deb0c5
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 15 Jul 1991 22:33:41 +0000 |
parents | 885bf0750dbb |
children | 33aa13a3f279 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Mon Jul 15 21:27:11 1991 +0000 +++ b/lisp/term/x-win.el Mon Jul 15 22:33:41 1991 +0000 @@ -626,10 +626,14 @@ ;;; Do the actual X Windows setup here; the above code just defines ;;; functions and variables that we use now. -;; xterm.c depends on using interrupt-driven input. -(set-input-mode t nil t) (x-open-connection (or x-display-name (setq x-display-name (getenv "DISPLAY")))) + +;; xterm.c depends on using interrupt-driven input, but we don't want +;; the fcntls to apply to the terminal, so we do this after opening +;; the display. +(set-input-mode t nil t) + (x-read-resources) (setq command-line-args (x-handle-args command-line-args)) (x-pop-initial-window)