diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-12-30 04:10:29 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-12-30 04:10:29 +0000 |
commit | b515436461f26f6be42b89612a9a9a8243271516 (patch) | |
tree | e79c9208a9014ddbbd7507735de83df10aa50fac /lisp/xt-mouse.el | |
parent | 94a867a62c87d09bed70756fc18d97587c73510f (diff) | |
download | emacs-b515436461f26f6be42b89612a9a9a8243271516.tar.gz |
The Linux console doesn't support the same escape codes, it seems.
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r-- | lisp/xt-mouse.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index 61f4f17ed2a..7b069df2cbf 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -39,9 +39,6 @@ ;;; Todo: -;; The xterm mouse escape codes are supposedly also supported by the -;; Linux console, but I have not been able to verify this. - ;; Support multi-click -- somehow. ;;; Code: |