view lisp/term/vt240.el @ 46941:1241ed1e9eee

[original idea from Luc Teirlinck <teirllm@mail.auburn.edu>] (comint-inhibit-carriage-motion): New variable. (comint-carriage-motion): Argument STRING removed. New arguments START and END; interpret characters between START and END rather than using special comint state. (comint-output-filter): Call `comint-carriage-motion'. (comint-output-filter-functions): Don't add `comint-carriage-motion'.
author Miles Bader <miles@gnu.org>
date Mon, 19 Aug 2002 05:03:21 +0000
parents 67b464da13ec
children 33d53d287ee4
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])

;;; vt240.el ends here