From aed1c8b536534f45aad352ee47ed75a3aa18bc39 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 28 Feb 2026 09:03:27 -0800 Subject: Don’t stuff keyboard input uselessly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- admin/notes/multi-tty | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin') 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 ** flow-ctrl.el must be updated. ** Fix stuff_char for multi-tty. Doesn't seem to be of high priority. + For security reasons stuff_char does not work by default on many + platforms, which makes such a fix even lower priority. DIARY OF CHANGES ---------------- -- cgit v1.3