diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-17 14:13:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-17 14:13:47 +0000 |
commit | f1487cc580867ba82e079638aaf63dd19388cdf8 (patch) | |
tree | 81fed6592d496bb4a9ae85332b33ad0268ead26a /lisp/term/linux.el | |
parent | b7da00ba48488d629814b441c5e0b0e683d33d9e (diff) | |
download | emacs-f1487cc580867ba82e079638aaf63dd19388cdf8.tar.gz |
Call tty-no-underline.
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 80bfe83a4eb..71b9e0d4bcf 100644 --- a/lisp/term/linux.el +++ b/lisp/term/linux.el @@ -4,6 +4,9 @@ (unless (terminal-coding-system) (set-terminal-coding-system 'iso-latin-1)) +;; It can't really display underlines. +(tty-no-underline) + ;; Make Latin-1 input characters work, too. ;; Meta will continue to work, because the kernel ;; turns that into Escape. |