diff options
Diffstat (limited to 'lisp/term/linux.el')
-rw-r--r-- | lisp/term/linux.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/linux.el b/lisp/term/linux.el index 7fa9a96e9bd..84de5966a88 100644 --- a/lisp/term/linux.el +++ b/lisp/term/linux.el @@ -9,6 +9,9 @@ ;; It can't really display underlines. (tty-no-underline) + (condition-case nil (t-mouse-mode 1) + (error nil)) + ;; Make Latin-1 input characters work, too. ;; Meta will continue to work, because the kernel ;; turns that into Escape. |