diff lisp/term.el @ 61396:a2c0a72230cf

* cus-edit.el (custom-modified-face): * comint.el (comint-highlight-input): Fix previous changes. * term.el (term-handle-ansi-escape): Add a comment.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 08 Apr 2005 20:55:09 +0000
parents 47b31fabc07f
children d4014c213e7e 02f1dbc4a199
line wrap: on
line diff
--- a/lisp/term.el	Fri Apr 08 14:40:57 2005 +0000
+++ b/lisp/term.el	Fri Apr 08 20:55:09 2005 +0000
@@ -3233,7 +3233,7 @@
    ((eq char ?P)
     (term-delete-chars (max 1 term-terminal-parameter)))
    ;; \E[@ - insert spaces
-   ((eq char ?@)
+   ((eq char ?@) ;; (terminfo: ich)
     (term-insert-spaces (max 1 term-terminal-parameter)))
    ;; \E[?h - DEC Private Mode Set
    ((eq char ?h)