File: vt201.el

package info (click to toggle)
emacs21 21.4a-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 68,912 kB
  • ctags: 58,887
  • sloc: lisp: 493,229; ansic: 237,171; sh: 28,252; xml: 4,262; makefile: 2,428; perl: 1,069; cs: 776; asm: 254; csh: 9; sed: 4
file content (8 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
;; 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])

;;; vt201.el ends here