diff options
| -rw-r--r-- | lisp/xt-mouse.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index b6738b21cb0..e52095789ba 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el | |||
| @@ -138,6 +138,7 @@ http://invisible-island.net/xterm/ctlseqs/ctlseqs.html)." | |||
| 138 | "Non-nil if UTF-8 coordinates should be used to read mouse coordinates. | 138 | "Non-nil if UTF-8 coordinates should be used to read mouse coordinates. |
| 139 | Set this to non-nil if you are sure that your terminal | 139 | Set this to non-nil if you are sure that your terminal |
| 140 | understands UTF-8 coordinates, but not SGR coordinates." | 140 | understands UTF-8 coordinates, but not SGR coordinates." |
| 141 | :version "25.1" | ||
| 141 | :type 'boolean | 142 | :type 'boolean |
| 142 | :risky t | 143 | :risky t |
| 143 | :group 'xterm) | 144 | :group 'xterm) |