From f1487cc580867ba82e079638aaf63dd19388cdf8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Jun 2005 14:13:47 +0000 Subject: [PATCH] Call tty-no-underline. --- lisp/term/linux.el | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.2