(terminal-map): Define switch-frame.

This commit is contained in:
Richard M. Stallman
1994-09-17 05:16:09 +00:00
parent 7a6dde277c
commit c2ae679cbc

View File

@@ -77,6 +77,7 @@ performance.")
nil
(let ((map (make-sparse-keymap)))
(define-key map [t] 'te-pass-through)
(define-key map [switch-frame] 'handle-switch-frame)
(define-key map "\e" terminal-meta-map)
;(define-key map "\C-l"
; '(lambda () (interactive) (te-pass-through) (redraw-display)))