view lisp/term/vt200.el @ 4343:fb73a2046d3e

Fix unused parameter warnings when compiling with ALSA sound support. 2007-12-20 Jerry James <james@xemacs.org> * sound.c: Fix unused parameter warnings when HAVE_ALSA_SOUND.
author Jerry James <james@xemacs.org>
date Thu, 20 Dec 2007 09:51:51 -0700
parents 376386a54a3c
children
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])