Mercurial > hg > xemacs-beta
comparison lisp/packages/terminal.el @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 0293115a14e9 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
1016 (if (and (eq b (process-buffer process)) | 1016 (if (and (eq b (process-buffer process)) |
1017 (waiting-for-user-input-p)) | 1017 (waiting-for-user-input-p)) |
1018 (progn (goto-char (point-max)) | 1018 (progn (goto-char (point-max)) |
1019 (recenter -1))))))) | 1019 (recenter -1))))))) |
1020 | 1020 |
1021 (defvar te-stty-string "stty -nl new dec echo" | 1021 (defvar te-stty-string "stty -nl erase '^?' kill '^u' intr '^c' echo pass8" |
1022 "Command string (to be interpreted by \"sh\") which sets the modes | 1022 "Shell command to set terminal modes for terminal emulator.") |
1023 of the virtual terminal to be appropriate for interactive use.") | 1023 ;; This used to have `new' in it, but that loses outside BSD |
1024 ;; and it's apparently not needed in BSD. | |
1024 | 1025 |
1025 (defvar explicit-shell-file-name nil | 1026 (defvar explicit-shell-file-name nil |
1026 "*If non-nil, is file name to use for explicitly requested inferior shell.") | 1027 "*If non-nil, is file name to use for explicitly requested inferior shell.") |
1027 | 1028 |
1028 ;;;###autoload | 1029 ;;;###autoload |