aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term/linux.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/linux.el')
-rw-r--r--lisp/term/linux.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/linux.el b/lisp/term/linux.el
index 80bfe83a4eb..71b9e0d4bcf 100644
--- a/lisp/term/linux.el
+++ b/lisp/term/linux.el
@@ -4,6 +4,9 @@
4(unless (terminal-coding-system) 4(unless (terminal-coding-system)
5 (set-terminal-coding-system 'iso-latin-1)) 5 (set-terminal-coding-system 'iso-latin-1))
6 6
7;; It can't really display underlines.
8(tty-no-underline)
9
7;; Make Latin-1 input characters work, too. 10;; Make Latin-1 input characters work, too.
8;; Meta will continue to work, because the kernel 11;; Meta will continue to work, because the kernel
9;; turns that into Escape. 12;; turns that into Escape.