changeset 71410:810a637b1397

(terminal-init-xterm): Bind C-return.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 21 Jun 2006 02:00:47 +0000
parents f723aa5cf2de
children cac840c3298d
files lisp/ChangeLog lisp/term/xterm.el
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 20 22:35:19 2006 +0000
+++ b/lisp/ChangeLog	Wed Jun 21 02:00:47 2006 +0000
@@ -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.
--- a/lisp/term/xterm.el	Tue Jun 20 22:35:19 2006 +0000
+++ b/lisp/term/xterm.el	Wed Jun 21 02:00:47 2006 +0000
@@ -231,6 +231,7 @@
       ;; 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 ?\/)])