diff options
author | Yuuki Harano <masm+github@masm11.me> | 2021-11-11 00:39:53 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2021-11-11 00:39:53 +0900 |
commit | 4dd1f56f29fc598a8339a345c2f8945250600602 (patch) | |
tree | af341efedffe027e533b1bcc0dbf270532e48285 /lisp/xt-mouse.el | |
parent | 4c49ec7f865bdad1629d2f125f71f4e506b258f2 (diff) | |
parent | 810fa21d26453f898de9747ece7205dfe6de9d08 (diff) | |
download | emacs-4dd1f56f29fc598a8339a345c2f8945250600602.tar.gz emacs-4dd1f56f29fc598a8339a345c2f8945250600602.tar.bz2 emacs-4dd1f56f29fc598a8339a345c2f8945250600602.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r-- | lisp/xt-mouse.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index 72faff81015..e4e91aa8928 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -27,7 +27,7 @@ ;; This is actually useful when you are running X11 locally, but is ;; working on remote machine over a modem line or through a gateway. -;; It works by translating xterm escape codes into generic emacs mouse +;; It works by translating xterm escape codes into generic Emacs mouse ;; events so it should work with any package that uses the mouse. ;; You don't have to turn off xterm mode to use the normal xterm mouse @@ -376,11 +376,11 @@ given escape sequence takes precedence over the former." "\e[?1000h\e[?1003h\e[?1005h\e[?1006h" "Control sequence to enable xterm mouse tracking. Enables basic mouse tracking, mouse motion events and finally -extended tracking on terminals that support it. The following +extended tracking on terminals that support it. The following escape sequences are understood by modern xterms: \"\\e[?1000h\" \"Basic mouse mode\": Enables reports for mouse - clicks. There is a limit to the maximum row/column + clicks. There is a limit to the maximum row/column position (<= 223), which can be reported in this basic mode. @@ -389,7 +389,7 @@ escape sequences are understood by modern xterms: \"\\e[?1005h\" \"UTF-8 coordinate extension\": Enables an extension to the basic mouse mode, which uses UTF-8 - characters to overcome the 223 row/column limit. This + characters to overcome the 223 row/column limit. This extension may conflict with non UTF-8 applications or non UTF-8 locales. |