/[emacs]/emacs/lisp/term/vt220.el
ViewVC logotype

Diff of /emacs/lisp/term/vt220.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by miles, Mon Sep 1 15:45:36 2003 UTC revision 1.6 by dann, Wed Jul 27 18:02:07 2005 UTC
# Line 1  Line 1 
1  ;; -*- no-byte-compile: t -*-  ;; -*- no-byte-compile: t -*-
2  ;; For our purposes we can treat the vt200 and vt100 almost alike.  ;; For our purposes we can treat the vt200 and vt100 almost alike.
3  ;; Most differences are handled by the termcap entry.  ;; Most differences are handled by the termcap entry.
4  (load "term/vt100" nil t)  (defun terminal-init-vt220 ()
5      "Terminal initialization function for vt220."  
6  ;; Make F11 an escape key.    (load "term/vt100" nil t)
7  (define-key function-key-map "\e[23~" [?\e])    ;; Make F11 an escape key.
8      (define-key function-key-map "\e[23~" [?\e]))
9    
10  ;;; arch-tag: 98fc4867-a20d-46a1-a276-d7be31e49871  ;;; arch-tag: 98fc4867-a20d-46a1-a276-d7be31e49871
11  ;;; vt220.el ends here  ;;; vt220.el ends here

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26