diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2006-05-20 17:02:47 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2006-05-20 17:02:47 +0000 |
commit | 8cbd7bed2db718a63ed37182c566f9e059925c71 (patch) | |
tree | b8905d6abc17f84a33d1f80f35a0b87f69819da9 /lisp/term/cygwin.el | |
parent | b34c34dae08d94ca9ab0cd50cb53f0ab0cd21491 (diff) | |
download | emacs-8cbd7bed2db718a63ed37182c566f9e059925c71.tar.gz emacs-8cbd7bed2db718a63ed37182c566f9e059925c71.tar.bz2 emacs-8cbd7bed2db718a63ed37182c566f9e059925c71.zip |
Fix and/or simplify terminal initialization files.
* lisp/faces.el (tty-create-frame-with-faces): Set up faces and
background mode only after the terminal has been initialized.
(frame-set-background-mode): Handle the 'background-mode terminal
parameter.
(tty-run-terminal-initialization): Add type option.
* lisp/term/README: Update.
* lisp/term/rxvt.el: Simplify.
* lisp/term/xterm.el: Simplify and fix.
* lisp/term/*.el: Simplify and fix.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-564
Diffstat (limited to 'lisp/term/cygwin.el')
-rw-r--r-- | lisp/term/cygwin.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/cygwin.el b/lisp/term/cygwin.el index 3bdd5d3aa05..df857ba6625 100644 --- a/lisp/term/cygwin.el +++ b/lisp/term/cygwin.el @@ -3,7 +3,7 @@ ;;; The Cygwin terminal can't really display underlines. (defun terminal-init-cygwin () - "Terminal initialization function for cygwin." + "Terminal initialization function for cygwin." (tty-no-underline)) ;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191 |