diff options
| author | Richard M. Stallman | 1996-03-04 21:24:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-04 21:24:28 +0000 |
| commit | 387a23452a2552a2d25289b2a96d5a429e7e5e64 (patch) | |
| tree | c9232a1689febfc842b6398bded9b6cb119932d7 | |
| parent | 6c4b1a6e3327dca4b610564b6a60dddd5613a9ae (diff) | |
| download | emacs-387a23452a2552a2d25289b2a96d5a429e7e5e64.tar.gz emacs-387a23452a2552a2d25289b2a96d5a429e7e5e64.zip | |
Comment change.
| -rw-r--r-- | lisp/xt-mouse.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index 7711cbd4be9..87cb8092495 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | ;;; Comments: | 25 | ;;; Comments: |
| 26 | 26 | ||
| 27 | ;; Enable mouse support when running inside an xterm. | 27 | ;; Enable mouse support when running inside an xterm or Linux console. |
| 28 | 28 | ||
| 29 | ;; This is actually useful when you are running X11 locally, but is | 29 | ;; This is actually useful when you are running X11 locally, but is |
| 30 | ;; working on remote machine over a modem line or through a gateway. | 30 | ;; working on remote machine over a modem line or through a gateway. |
| @@ -32,6 +32,13 @@ | |||
| 32 | ;; It works by translating xterm escape codes into generic emacs mouse | 32 | ;; It works by translating xterm escape codes into generic emacs mouse |
| 33 | ;; events so it should work with any package that uses the mouse. | 33 | ;; events so it should work with any package that uses the mouse. |
| 34 | 34 | ||
| 35 | ;; The xterm mouse escape codes are supposedly also supported by the | ||
| 36 | ;; Linux console, but I have not been able to verify this. | ||
| 37 | |||
| 38 | ;; You don't have to turn off xterm mode to use the normal xterm mouse | ||
| 39 | ;; functionality, it is still available by holding down the SHIFT key | ||
| 40 | ;; when you press the mouse button. | ||
| 41 | |||
| 35 | ;;; Todo: | 42 | ;;; Todo: |
| 36 | 43 | ||
| 37 | ;; Support multi-click -- somehow. | 44 | ;; Support multi-click -- somehow. |