aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-09-09 19:04:34 +0000
committerKaroly Lorentey <[email protected]>2005-09-09 19:04:34 +0000
commitaf520c4a4e04e55c854bb782af8df8412028c481 (patch)
tree10def401ec0f2c648dc480d2ff5185d43ee45f7d /README.multi-tty
parent5b65d888a676b023b7232b460105551e51a58a13 (diff)
Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el. (Submitted by Dan Nicolaescu.)
* term/lk201.el (terminal-init-lk201): * term/iris-ansi.el (terminal-init-iris-ansi): * term/rxvt.el (terminal-init-rxvt): Protect function-key-map against multiple invocations from the same terminal. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-403
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 7d0d420a0a..b14f2a5515 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -386,19 +386,6 @@ is probably not very interesting for anyone else.)
THINGS TO DO
------------
-** Go through lisp/term/*.el once more and protect terminal-local
- initializations with '(when (eq 1 (length (frames-on-display-list)))'
- as in xterm.el. This is to prevent resource allocation explosions
- when C-x 5 2 is used repeatedly.
-
-** 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