diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2026-02-28 20:54:56 +0000 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2026-02-28 20:54:56 +0000 |
| commit | d78a1db462806e17989043623aba17748d2af55f (patch) | |
| tree | 4bd09b37ff07a1a60a6c691f288cdf203bea92d4 /admin | |
| parent | aed1c8b536534f45aad352ee47ed75a3aa18bc39 (diff) | |
New variable 'multiple-terminals-merge-keyboards'
* src/keyboard.c (syms_of_keyboard):
<multiple_terminals_merge_keyboards>: New variable.
(read_event_from_main_queue): Mention it in message.
* lisp/cus-start.el: Make it customizable.
* src/callint.c (Ffuncall_interactively):
* src/keyboard.c (Frecursive_edit):
* src/minibuf.c (read_minibuf): When its value is true, don't
enter single-kboard mode (bug#79892).
* admin/notes/multi-tty:
* etc/NEWS: Document it.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/multi-tty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index c4273fd4431..08608b14c58 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty @@ -411,6 +411,9 @@ THINGS TO DO resolved introducing a complex protocol to remotely bail out of single-kboard mode by pressing C-g. + Update (from spwhitton): We have instead added the new + 'multiple-terminals-merge-keyboards' user option (bug#79892). + ** The session management module is prone to crashes when the X connection is closed and then later I try to connect to a new X session: |
