]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of 'minibuffer' frame parameter for tty frames
authorMartin Rudalics <rudalics@gmx.at>
Sat, 11 Jan 2025 17:07:21 +0000 (18:07 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 Jan 2025 14:58:32 +0000 (15:58 +0100)
commit3818eba4f7af63aae09e21006d47210dfb9fe22e
tree97d51b025840899a9f32bad0747e2592ac03fe7d
parent6659cce7bfd21fad1b1aa9a7a6c988dd72a56fe6
Fix handling of 'minibuffer' frame parameter for tty frames

* src/frame.c (make_terminal_frame): Fix handling of
'minibuffer' frame parameter for tty child frames.  Support
'minibuffer-only' child frames.

(cherry picked from commit b7dc4ba213e3c1aac5637546e48088206b6e91eb)
src/frame.c