Mercurial > emacs
comparison lisp/terminal.el @ 357:1ad871406b12
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 27 Jul 1991 03:27:24 +0000 |
parents | 7e4c7ef44243 |
children | 4cd7543be581 |
comparison
equal
deleted
inserted
replaced
356:5b180834eacf | 357:1ad871406b12 |
---|---|
973 (if (and (eq b (process-buffer process)) | 973 (if (and (eq b (process-buffer process)) |
974 (waiting-for-user-input-p)) | 974 (waiting-for-user-input-p)) |
975 (progn (goto-char (point-max)) | 975 (progn (goto-char (point-max)) |
976 (recenter -1))))))) | 976 (recenter -1))))))) |
977 | 977 |
978 (defvar te-stty-string "stty -nl new dec echo" | 978 (defvar te-stty-string "stty -nl dec echo" |
979 "Command string (to be interpreted by \"sh\") which sets the modes | 979 "Shell command to set terminal modes for terminal emulator.") |
980 of the virtual terminal to be appropriate for interactive use.") | 980 ;; This used to have `new' in it, but that loses outside BSD |
981 ;; and it's apparently not needed in BSD. | |
981 | 982 |
982 (defvar explicit-shell-file-name nil | 983 (defvar explicit-shell-file-name nil |
983 "*If non-nil, is file name to use for explicitly requested inferior shell.") | 984 "*If non-nil, is file name to use for explicitly requested inferior shell.") |
984 | 985 |
985 ;;;###autoload | 986 ;;;###autoload |