emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/linux.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/term/linux.el
Date: Fri, 17 Jun 2005 10:13:47 -0400

Index: emacs/lisp/term/linux.el
diff -c emacs/lisp/term/linux.el:1.6 emacs/lisp/term/linux.el:1.7
*** emacs/lisp/term/linux.el:1.6        Mon Sep  1 15:45:36 2003
--- emacs/lisp/term/linux.el    Fri Jun 17 14:13:47 2005
***************
*** 4,9 ****
--- 4,12 ----
  (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]