emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el
Date: Fri, 08 Apr 2005 16:55:13 -0400

Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.64 emacs/lisp/term.el:1.65
*** emacs/lisp/term.el:1.64     Sat Mar 26 22:32:43 2005
--- emacs/lisp/term.el  Fri Apr  8 20:55:08 2005
***************
*** 3233,3239 ****
     ((eq char ?P)
      (term-delete-chars (max 1 term-terminal-parameter)))
     ;; \E[@ - insert spaces
!    ((eq char ?@)
      (term-insert-spaces (max 1 term-terminal-parameter)))
     ;; \E[?h - DEC Private Mode Set
     ((eq char ?h)
--- 3233,3239 ----
     ((eq char ?P)
      (term-delete-chars (max 1 term-terminal-parameter)))
     ;; \E[@ - insert spaces
!    ((eq char ?@) ;; (terminfo: ich)
      (term-insert-spaces (max 1 term-terminal-parameter)))
     ;; \E[?h - DEC Private Mode Set
     ((eq char ?h)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]