Mercurial > hg > xemacs-beta
diff lisp/packages/terminal.el @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 0d2f883870bc |
children |
line wrap: on
line diff
--- a/lisp/packages/terminal.el Mon Aug 13 09:21:56 2007 +0200 +++ b/lisp/packages/terminal.el Mon Aug 13 09:23:06 2007 +0200 @@ -1018,9 +1018,10 @@ (progn (goto-char (point-max)) (recenter -1))))))) -(defvar te-stty-string "stty -nl new dec echo" - "Command string (to be interpreted by \"sh\") which sets the modes -of the virtual terminal to be appropriate for interactive use.") +(defvar te-stty-string "stty -nl erase '^?' kill '^u' intr '^c' echo pass8" + "Shell command to set terminal modes for terminal emulator.") +;; This used to have `new' in it, but that loses outside BSD +;; and it's apparently not needed in BSD. (defvar explicit-shell-file-name nil "*If non-nil, is file name to use for explicitly requested inferior shell.")