view lisp/term/vt201.el @ 12454:3f4da17a7cd8

(get_section_info): Set the end of the data region to be just before the start of the shared library data. (read_in_bss): Read directly into memory. (map_in_heap): Read directly into memory if unable to map.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 30 Jun 1995 21:15:19 +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])