view lisp/term/vt220.el @ 10820:5bef43a53c01

(display_locked): New var to indicate when we're in the run state. current_perdisplay is now meaningful in the wait state as well. (cmd_error): Clear display_locked in addition to current_perdisplay. (command_loop_1): outer_perdisplay renamed from global_perdisplay. Restore display_locked as well as current_perdisplay. (read_char): read_char_perdisplay merged with current_perdisplay. (read_key_sequence): Likewise.
author Karl Heuer <kwzh@gnu.org>
date Fri, 24 Feb 1995 02:41:55 +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])