changeset 63552:41c37d195015

Call tty-no-underline.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jun 2005 14:13:47 +0000
parents 48de3601d94c
children 5026b9fcbb0c
files lisp/term/linux.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/linux.el	Fri Jun 17 14:10:09 2005 +0000
+++ b/lisp/term/linux.el	Fri Jun 17 14:13:47 2005 +0000
@@ -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.