]> git.eshelyaron.com Git - emacs.git/commitdiff
(terminal-init-linux): Enable t-mouse by default.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 20 May 2007 05:46:31 +0000 (05:46 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 20 May 2007 05:46:31 +0000 (05:46 +0000)
lisp/term/linux.el

index 7fa9a96e9bdb72c234938e961b5ab2e98d9c2cb1..a1a96a743502659d5d5d02d8fe196beed48cd5cb 100644 (file)
@@ -9,6 +9,8 @@
   ;; It can't really display underlines.
   (tty-no-underline)
 
+  (if (fboundp 'term-open-connection) (t-mouse-mode 1))
+
   ;; Make Latin-1 input characters work, too.
   ;; Meta will continue to work, because the kernel
   ;; turns that into Escape.