diff options
Diffstat (limited to 'README.multi-tty')
| -rw-r--r-- | README.multi-tty | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/README.multi-tty b/README.multi-tty index 7d0d420a0a7..b14f2a55157 100644 --- a/README.multi-tty +++ b/README.multi-tty | |||
| @@ -386,19 +386,6 @@ is probably not very interesting for anyone else.) | |||
| 386 | THINGS TO DO | 386 | THINGS TO DO |
| 387 | ------------ | 387 | ------------ |
| 388 | 388 | ||
| 389 | ** Go through lisp/term/*.el once more and protect terminal-local | ||
| 390 | initializations with '(when (eq 1 (length (frames-on-display-list)))' | ||
| 391 | as in xterm.el. This is to prevent resource allocation explosions | ||
| 392 | when C-x 5 2 is used repeatedly. | ||
| 393 | |||
| 394 | ** Dan Nicolaescu writes: | ||
| 395 | > The terminal initialization code still has some issues. | ||
| 396 | > This can be seen when using emacsclient -t on a 256 color xterm. The | ||
| 397 | > terminal frame is only created with 8 color. | ||
| 398 | > The reason is that terminal-init-xterm calls | ||
| 399 | > xterm-register-default-colors which calls (display-color-cells (selected-frame)) | ||
| 400 | > and probably `selected-frame' is not completely setup at that time. | ||
| 401 | |||
| 402 | ** emacsclient --no-wait and --eval is currently broken. | 389 | ** emacsclient --no-wait and --eval is currently broken. |
| 403 | 390 | ||
| 404 | ** xt-mouse.el needs to be adapted for multi-tty. It currently | 391 | ** xt-mouse.el needs to be adapted for multi-tty. It currently |