Mercurial > emacs
view lisp/term/vt240.el @ 16960:8c56da3f7f7f
(dirtrack-debug-message): Put output at end of buffer.
(dirtrack): Check that directory exists before trying to cd to it.
Go to point-max (not comint-last-output-start) before looking for
the prompt.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 01 Feb 1997 20:26:01 +0000 |
parents | 8ba66a564213 |
children | 67b464da13ec |
line wrap: on
line source
;; For our purposes we can treat the vt200 and vt100 almost alike. ;; Most differences are handled by the termcap entry. (load "term/vt100" nil t) ;; Make F11 an escape key. (define-key function-key-map "\e[23~" [?\e])