Mercurial > emacs
diff README.multi-tty @ 83359:8f0c7632f259
Slightly refactor the terminal initialization code for simplicity.
* lisp/faces.el (tty-run-terminal-initialization): New function.
(tty-create-frame-with-faces): Use it.
* lisp/startup.el (command-line): Replace duplicated code with a call to
tty-run-terminal-initialization.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-399
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Wed, 07 Sep 2005 02:29:18 +0000 |
| parents | b258b3492423 |
| children | 39de99cd3f08 |
line wrap: on
line diff
--- a/README.multi-tty Wed Sep 07 02:22:52 2005 +0000 +++ b/README.multi-tty Wed Sep 07 02:29:18 2005 +0000 @@ -386,6 +386,14 @@ THINGS TO DO ------------ +** Dan Nicolaescu writes: + > The terminal initialization code still has some issues. + > This can be seen when using emacsclient -t on a 256 color xterm. The + > terminal frame is only created with 8 color. + > The reason is that terminal-init-xterm calls + > xterm-register-default-colors which calls (display-color-cells (selected-frame)) + > and probably `selected-frame' is not completely setup at that time. + ** emacsclient --no-wait and --eval is currently broken. ** xt-mouse.el needs to be adapted for multi-tty. It currently
