Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
387a2345
Commit
387a2345
authored
Mar 04, 1996
by
Richard M. Stallman
Browse files
Comment change.
parent
6c4b1a6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
lisp/xt-mouse.el
lisp/xt-mouse.el
+8
-1
No files found.
lisp/xt-mouse.el
View file @
387a2345
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment