summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-04 21:24:28 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-04 21:24:28 +0000
commit34064236f53ca974813a2d80678810c96e6aea6e (patch)
tree526e79006f91efb58be37433570b6b592da54ae9
parent0e66edca51153dcf6192f9ca6fb78218e4ee7674 (diff)
downloademacs-34064236f53ca974813a2d80678810c96e6aea6e.tar.gz
Comment change.
-rw-r--r--lisp/xt-mouse.el9
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 @@
;;; Comments:
-;; Enable mouse support when running inside an xterm.
+;; Enable mouse support when running inside an xterm or Linux console.
;; This is actually useful when you are running X11 locally, but is
;; working on remote machine over a modem line or through a gateway.
@@ -32,6 +32,13 @@
;; It works by translating xterm escape codes into generic emacs mouse
;; events so it should work with any package that uses the mouse.
+;; The xterm mouse escape codes are supposedly also supported by the
+;; Linux console, but I have not been able to verify this.
+
+;; You don't have to turn off xterm mode to use the normal xterm mouse
+;; functionality, it is still available by holding down the SHIFT key
+;; when you press the mouse button.
+
;;; Todo:
;; Support multi-click -- somehow.