# HG changeset patch # User Richard M. Stallman # Date 825974668 0 # Node ID 01ca1fbb38bc72f4c4eeec06fb1dc73e41ea4b37 # Parent 4fa605bc770a3e33feef37f30fecdb57d386e09a Comment change. diff -r 4fa605bc770a -r 01ca1fbb38bc lisp/xt-mouse.el --- a/lisp/xt-mouse.el Mon Mar 04 20:27:17 1996 +0000 +++ b/lisp/xt-mouse.el Mon Mar 04 21:24:28 1996 +0000 @@ -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.