diff options
Diffstat (limited to 'README.multi-tty')
| -rw-r--r-- | README.multi-tty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.multi-tty b/README.multi-tty index 4519be4e756..8003cef473e 100644 --- a/README.multi-tty +++ b/README.multi-tty | |||
| @@ -107,7 +107,7 @@ DIARY OF CHANGES | |||
| 107 | -- Implement support for reading from multiple terminals. | 107 | -- Implement support for reading from multiple terminals. |
| 108 | 108 | ||
| 109 | (Done, read_avail_input tries to read from each terminal, until one | 109 | (Done, read_avail_input tries to read from each terminal, until one |
| 110 | succeeds. MULTIKBOARD is not used. Secondary terminals don't send | 110 | succeeds. MULTI_KBOARD is not used. Secondary terminals don't send |
| 111 | SIGIO!) | 111 | SIGIO!) |
| 112 | 112 | ||
| 113 | (Update: They do, now.) | 113 | (Update: They do, now.) |
| @@ -306,7 +306,7 @@ THINGS TO DO | |||
| 306 | ** Fix X support. | 306 | ** Fix X support. |
| 307 | 307 | ||
| 308 | ** Allow simultaneous X and tty frames. (Handling input could be | 308 | ** Allow simultaneous X and tty frames. (Handling input could be |
| 309 | tricky.) | 309 | tricky. Or maybe not.) |
| 310 | 310 | ||
| 311 | ** Implement support for starting an interactive Emacs session without | 311 | ** Implement support for starting an interactive Emacs session without |
| 312 | an initial frame. (The user would connect to it and open frames | 312 | an initial frame. (The user would connect to it and open frames |
| @@ -332,8 +332,8 @@ THINGS TO DO | |||
| 332 | ** Make sure C-g goes to the right frame. This is hard, as SIGINT | 332 | ** Make sure C-g goes to the right frame. This is hard, as SIGINT |
| 333 | doesn't have a tty parameter. :-( | 333 | doesn't have a tty parameter. :-( |
| 334 | 334 | ||
| 335 | ** I have seen a case when Emacs with multiple ttys went ate 100% of | 335 | ** I have seen a case when Emacs with multiple ttys fell into a loop |
| 336 | CPU time. Strace showed this loop: | 336 | eating 100% of CPU time. Strace showed this loop: |
| 337 | 337 | ||
| 338 | 338 | ||
| 339 | getpid() = 30284 | 339 | getpid() = 30284 |