mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(terminal-init-xterm): Bind C-return.
This commit is contained in:
parent
3cfc0f435d
commit
4e78977ec2
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 ?\/)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue