view lisp/term/vt420.el @ 83486:fc6efa09ea7a

Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh Madhu.) * src/frame.c (Fmake_terminal_frame): Handle NULL tty names correctly. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-526
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 08 Mar 2006 16:47:48 +0000
parents 7d093d9d4479
children 673d62ad74b5
line wrap: on
line source

;; -*- no-byte-compile: t -*-
(defun terminal-init-vt420
  "Terminal initialization function for vt420."
  (terminal-init-vt100)
  ;; Make F11 an escape key.
  (define-key local-function-key-map "\e[23~" [?\e]))

;;; arch-tag: df2f897c-3a12-4b3c-9259-df089f96c160
;;; vt420.el ends here