Mercurial > emacs
comparison lisp/term/xterm.el @ 83646:cac66c12e45d
* term/xterm.el (terminal-init-xterm): Fix merge issue.
* puresize.h (BASE_PURESIZE): Increase.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 29 Jul 2007 16:00:42 +0000 |
parents | fd5b4a865d1d |
children | 65663fcd2caa |
comparison
equal
deleted
inserted
replaced
83645:fd5b4a865d1d | 83646:cac66c12e45d |
---|---|
429 ;; Make sure that the modifyOtherKeys state is restored when | 429 ;; Make sure that the modifyOtherKeys state is restored when |
430 ;; suspending, resuming and exiting. | 430 ;; suspending, resuming and exiting. |
431 (add-hook 'suspend-hook 'xterm-turn-off-modify-other-keys) | 431 (add-hook 'suspend-hook 'xterm-turn-off-modify-other-keys) |
432 (add-hook 'suspend-resume-hook 'xterm-turn-on-modify-other-keys) | 432 (add-hook 'suspend-resume-hook 'xterm-turn-on-modify-other-keys) |
433 (add-hook 'kill-emacs-hook 'xterm-turn-off-modify-other-keys) | 433 (add-hook 'kill-emacs-hook 'xterm-turn-off-modify-other-keys) |
434 (xterm-turn-on-modify-other-keys)))))))) | 434 (xterm-turn-on-modify-other-keys))))))) |
435 | 435 |
436 ;; Set up colors, for those versions of xterm that support it. | 436 ;; Set up colors, for those versions of xterm that support it. |
437 (defvar xterm-standard-colors | 437 (defvar xterm-standard-colors |
438 ;; The names in the comments taken from XTerm-col.ad in the xterm | 438 ;; The names in the comments taken from XTerm-col.ad in the xterm |
439 ;; distribution, see ftp://dickey.his.com/xterm/. RGB values are | 439 ;; distribution, see ftp://dickey.his.com/xterm/. RGB values are |