emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/xterm.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term/xterm.el [lexbind]
Date: Wed, 15 Sep 2004 20:33:45 -0400

Index: emacs/lisp/term/xterm.el
diff -c emacs/lisp/term/xterm.el:1.5.4.2 emacs/lisp/term/xterm.el:1.5.4.3
*** emacs/lisp/term/xterm.el:1.5.4.2    Tue Oct 14 23:42:16 2003
--- emacs/lisp/term/xterm.el    Thu Sep 16 00:12:22 2004
***************
*** 1,6 ****
  ;;; xterm.el --- define function key sequences and standard colors for xterm
  
! ;; Copyright (C) 1995, 2002 Free Software Foundation, Inc.
  
  ;; Author: FSF
  ;; Keywords: terminals
--- 1,6 ----
  ;;; xterm.el --- define function key sequences and standard colors for xterm
  
! ;; Copyright (C) 1995, 2002, 2004  Free Software Foundation, Inc.
  
  ;; Author: FSF
  ;; Keywords: terminals
***************
*** 51,56 ****
--- 51,66 ----
    (define-key map "\e[24~" [f12])
    (define-key map "\e[29~" [print])
  
+   (define-key map "\e[1;2A" [S-up])
+   (define-key map "\e[1;2B" [S-down])
+   (define-key map "\e[1;2C" [S-right])
+   (define-key map "\e[1;2D" [S-left])
+ 
+   (define-key map "\e[1;5A" [C-up])
+   (define-key map "\e[1;5B" [C-down])
+   (define-key map "\e[1;5C" [C-right])
+   (define-key map "\e[1;5D" [C-left])
+ 
    (define-key map "\e[2;2~" [S-insert])
    (define-key map "\e[3;2~" [S-delete])
    (define-key map "\e[5;2~" [S-prior])
***************
*** 236,240 ****
  ;; This recomputes all the default faces given the colors we've just set up.
  (tty-set-up-initial-frame-faces)
  
! ;;; arch-tag: 12e7ebdd-1e6c-4b25-b0f9-35ace25e855a
  ;;; xterm.el ends here
--- 246,250 ----
  ;; This recomputes all the default faces given the colors we've just set up.
  (tty-set-up-initial-frame-faces)
  
! ;; arch-tag: 12e7ebdd-1e6c-4b25-b0f9-35ace25e855a
  ;;; xterm.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]