File: vt200.el

package info (click to toggle)
emacs19 19.34-26.5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 41,856 kB
  • ctags: 34,702
  • sloc: lisp: 239,625; ansic: 136,046; sh: 2,430; makefile: 1,444; yacc: 373; asm: 254; csh: 12; sed: 4
file content (6 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (46)
1
2
3
4
5
6
;; 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])