aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey2005-09-07 02:29:18 +0000
committerKaroly Lorentey2005-09-07 02:29:18 +0000
commitcd85984a2dc0c2cfa169834b11712845cbb93364 (patch)
tree19d204938d46df5bdc62715e876e652b603677da /README.multi-tty
parente40b3340ac2275d7c5caee7e1d16f0c37ac77779 (diff)
downloademacs-cd85984a2dc0c2cfa169834b11712845cbb93364.tar.gz
emacs-cd85984a2dc0c2cfa169834b11712845cbb93364.zip
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
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 3bced7e6580..5a5ff63a306 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -386,6 +386,14 @@ is probably not very interesting for anyone else.)
386THINGS TO DO 386THINGS TO DO
387------------ 387------------
388 388
389** Dan Nicolaescu writes:
390 > The terminal initialization code still has some issues.
391 > This can be seen when using emacsclient -t on a 256 color xterm. The
392 > terminal frame is only created with 8 color.
393 > The reason is that terminal-init-xterm calls
394 > xterm-register-default-colors which calls (display-color-cells (selected-frame))
395 > and probably `selected-frame' is not completely setup at that time.
396
389** emacsclient --no-wait and --eval is currently broken. 397** emacsclient --no-wait and --eval is currently broken.
390 398
391** xt-mouse.el needs to be adapted for multi-tty. It currently 399** xt-mouse.el needs to be adapted for multi-tty. It currently