aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term/linux.el
diff options
context:
space:
mode:
authorNick Roberts2007-05-20 05:46:31 +0000
committerNick Roberts2007-05-20 05:46:31 +0000
commit07fedf1e817aebab6d9de5f397ad49fd090f1c8f (patch)
tree71e83e6755b277dcd8a63f6be39360b426d54b96 /lisp/term/linux.el
parente23f11f7f6f004abdd8a8aa02c655f41604ee1ee (diff)
downloademacs-07fedf1e817aebab6d9de5f397ad49fd090f1c8f.tar.gz
emacs-07fedf1e817aebab6d9de5f397ad49fd090f1c8f.zip
(terminal-init-linux): Enable t-mouse by default.
Diffstat (limited to 'lisp/term/linux.el')
-rw-r--r--lisp/term/linux.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/linux.el b/lisp/term/linux.el
index 7fa9a96e9bd..a1a96a74350 100644
--- a/lisp/term/linux.el
+++ b/lisp/term/linux.el
@@ -9,6 +9,8 @@
9 ;; It can't really display underlines. 9 ;; It can't really display underlines.
10 (tty-no-underline) 10 (tty-no-underline)
11 11
12 (if (fboundp 'term-open-connection) (t-mouse-mode 1))
13
12 ;; Make Latin-1 input characters work, too. 14 ;; Make Latin-1 input characters work, too.
13 ;; Meta will continue to work, because the kernel 15 ;; Meta will continue to work, because the kernel
14 ;; turns that into Escape. 16 ;; turns that into Escape.