]> git.eshelyaron.com Git - emacs.git/commit
Fix frame-visible-p for tty root frames
authorGerd Möllmann <gerd@gnu.org>
Tue, 28 Jan 2025 03:37:56 +0000 (04:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:08:58 +0000 (19:08 +0100)
commit852dfe9ab51b77eec5934abfe9cb50f58864e137
tree1d9de0a39f49a0bfbd51b162fc4a16355d522c69
parentb5b83b0488918ce95ac7ba06900e549021b6e422
Fix frame-visible-p for tty root frames

* src/frame.c (Fframe_visible_p): Don't unconditionally return t for tty
root frames.

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