diff options
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/lk201.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/lk201.el b/lisp/term/lk201.el index 1f8d9ca77a3..b207e13b0a5 100644 --- a/lisp/term/lk201.el +++ b/lisp/term/lk201.el | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | 1 | ;; -*- no-byte-compile: t -*- |
| 2 | ;; Define function key sequences for DEC terminals. | 2 | ;; Define function key sequences for DEC terminals. |
| 3 | 3 | ||
| 4 | ;; XXX We need to find a way to have these define-keys be display-local. -- Lorentey | ||
| 5 | |||
| 4 | ;; Termcap or terminfo should set these. | 6 | ;; Termcap or terminfo should set these. |
| 5 | ;; (define-key function-key-map "\e[A" [up]) | 7 | ;; (define-key function-key-map "\e[A" [up]) |
| 6 | ;; (define-key function-key-map "\e[B" [down]) | 8 | ;; (define-key function-key-map "\e[B" [down]) |