* comint.el (comint-highlight-input): Fix previous changes.
* term.el (term-handle-ansi-escape): Add a comment.
+2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * cus-edit.el (custom-modified-face):
+ * comint.el (comint-highlight-input): Fix previous changes.
+ * term.el (term-handle-ansi-escape): Add a comment.
+
2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
* whitespace.el (whitespace-highlight-the-space): Put the same overlay
:group 'comint)
(defface comint-highlight-prompt
- '(((min-colors 88) ((background dark)) (:foreground "cyan1"))
+ '((((min-colors 88) ((background dark))) (:foreground "cyan1"))
(((background dark)) (:foreground "cyan"))
(t (:foreground "dark blue")))
"Face to use to highlight prompts."
"Face used when the customize item is not defined for customization."
:group 'custom-magic-faces)
-(defface custom-modified-face '(((min-colors 88) ((class color))
+(defface custom-modified-face '((((min-colors 88) (class color))
(:foreground "white" :background "blue1"))
(((class color))
(:foreground "white" :background "blue"))
((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)