From: Richard M. Stallman Date: Mon, 4 Mar 1996 21:24:28 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~1110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=387a23452a2552a2d25289b2a96d5a429e7e5e64;p=emacs.git Comment change. --- 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.