Mercurial > hg > xemacs-beta
comparison lisp/packages/terminal.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 8d2a9b52c682 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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 erase '^?' kill '^u' intr '^c' echo pass8" | 1021 (defvar te-stty-string "stty -nl new dec echo" |
1022 "Shell command to set terminal modes for terminal emulator.") | 1022 "Command string (to be interpreted by \"sh\") which sets the modes |
1023 ;; This used to have `new' in it, but that loses outside BSD | 1023 of the virtual terminal to be appropriate for interactive use.") |
1024 ;; and it's apparently not needed in BSD. | |
1025 | 1024 |
1026 (defvar explicit-shell-file-name nil | 1025 (defvar explicit-shell-file-name nil |
1027 "*If non-nil, is file name to use for explicitly requested inferior shell.") | 1026 "*If non-nil, is file name to use for explicitly requested inferior shell.") |
1028 | 1027 |
1029 ;;;###autoload | 1028 ;;;###autoload |