diff options
| author | Paul Eggert | 2026-02-28 09:03:27 -0800 |
|---|---|---|
| committer | Paul Eggert | 2026-02-28 09:09:22 -0800 |
| commit | aed1c8b536534f45aad352ee47ed75a3aa18bc39 (patch) | |
| tree | 812b1fec754f8874ff32888d3940137b63cc8ed1 /admin/notes | |
| parent | 936472345d6a152ff1f7f863f6d199371f623f28 (diff) | |
| download | emacs-aed1c8b536534f45aad352ee47ed75a3aa18bc39.tar.gz emacs-aed1c8b536534f45aad352ee47ed75a3aa18bc39.zip | |
Also, document stuffing better.
* src/keyboard.c (stuff_buffered_input):
Give up on stuffing if it fails.
* src/sysdep.c (stuff_char): Return failure indication.
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/multi-tty | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index fff20a1769b..c4273fd4431 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -504,6 +504,8 @@ THINGS TO DO | |||
| 504 | ** flow-ctrl.el must be updated. | 504 | ** flow-ctrl.el must be updated. |
| 505 | 505 | ||
| 506 | ** Fix stuff_char for multi-tty. Doesn't seem to be of high priority. | 506 | ** Fix stuff_char for multi-tty. Doesn't seem to be of high priority. |
| 507 | For security reasons stuff_char does not work by default on many | ||
| 508 | platforms, which makes such a fix even lower priority. | ||
| 507 | 509 | ||
| 508 | DIARY OF CHANGES | 510 | DIARY OF CHANGES |
| 509 | ---------------- | 511 | ---------------- |