]> git.eshelyaron.com Git - emacs.git/commitdiff
(terminal-init-xterm): Bind C-return.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 21 Jun 2006 02:00:47 +0000 (02:00 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 21 Jun 2006 02:00:47 +0000 (02:00 +0000)
lisp/ChangeLog
lisp/term/xterm.el

index 3938920e01e605bb0fc4a83305d738bb753bd267..df4a353bd079a8d18a0db0179c06f90bc436418c 100644 (file)
@@ -11,7 +11,7 @@
 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * term/xterm.el (terminal-init-xterm): Update key availability
-       info.
+       info. Bind C-return.
 
        * term.el (term-delete-lines, term-insert-lines): Clarify
        comments.
index 4f5814b134aa3451864a534c609d5a16a24f87a0..0da804a56afa5b53ccf85bf51dac1b60962d3864 100644 (file)
       ;; These keys are available in xterm starting from version 214
       ;; if the modifyOtherKeys resource is set.
       (define-key map "\e[27;5;9~"  [(control ?\t)])
+      (define-key map "\e[27;5;13~" [C-return])
       (define-key map "\e[27;5;44~" [(control ?\,)])
       (define-key map "\e[27;5;46~" [(control ?\.)])
       (define-key map "\e[27;5;47~" [(control ?\/)])