comparison lisp/term/linux.el @ 80999:315ae0b59970

(terminal-init-linux): Enable t-mouse by default.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 20 May 2007 05:46:31 +0000
parents af1c58687bdd
children 6d4bdea33da9
comparison
equal deleted inserted replaced
80998:cf2127c6be17 80999:315ae0b59970
7 (set-terminal-coding-system 'iso-latin-1)) 7 (set-terminal-coding-system 'iso-latin-1))
8 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.
15 17
16 (let ((value (current-input-mode))) 18 (let ((value (current-input-mode)))