diff options
| author | Dan Nicolaescu | 2006-06-21 02:00:47 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2006-06-21 02:00:47 +0000 |
| commit | 4e78977ec270450214a0d2adcaee124cb148f96e (patch) | |
| tree | fcc86ae80315ee05e87befb430ea5860f260f849 /lisp/term | |
| parent | 3cfc0f435de7ecf1235353dfe25fd9b035c093a9 (diff) | |
| download | emacs-4e78977ec270450214a0d2adcaee124cb148f96e.tar.gz emacs-4e78977ec270450214a0d2adcaee124cb148f96e.zip | |
(terminal-init-xterm): Bind C-return.
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/xterm.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index 4f5814b134a..0da804a56af 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el | |||
| @@ -231,6 +231,7 @@ | |||
| 231 | ;; These keys are available in xterm starting from version 214 | 231 | ;; These keys are available in xterm starting from version 214 |
| 232 | ;; if the modifyOtherKeys resource is set. | 232 | ;; if the modifyOtherKeys resource is set. |
| 233 | (define-key map "\e[27;5;9~" [(control ?\t)]) | 233 | (define-key map "\e[27;5;9~" [(control ?\t)]) |
| 234 | (define-key map "\e[27;5;13~" [C-return]) | ||
| 234 | (define-key map "\e[27;5;44~" [(control ?\,)]) | 235 | (define-key map "\e[27;5;44~" [(control ?\,)]) |
| 235 | (define-key map "\e[27;5;46~" [(control ?\.)]) | 236 | (define-key map "\e[27;5;46~" [(control ?\.)]) |
| 236 | (define-key map "\e[27;5;47~" [(control ?\/)]) | 237 | (define-key map "\e[27;5;47~" [(control ?\/)]) |