diff 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
line wrap: on
line diff
--- a/lisp/packages/terminal.el	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/packages/terminal.el	Mon Aug 13 09:02:59 2007 +0200
@@ -1018,10 +1018,9 @@
 		 (progn (goto-char (point-max))
 			(recenter -1)))))))
 
-(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 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 explicit-shell-file-name nil
   "*If non-nil, is file name to use for explicitly requested inferior shell.")