]> git.eshelyaron.com Git - emacs.git/commit
Fix tty-frame-at for nested tty child frames
authorGerd Möllmann <gerd@gnu.org>
Sat, 25 Jan 2025 05:43:49 +0000 (06:43 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:46:24 +0000 (18:46 +0100)
commit12a19192d1b6e881eda573e48a13b791f8089e93
treea2759a2126c24efd325def76bd67bb9c7efe4915
parent32c9ff8209c6914e55d665feb9c5e059af2bd136
Fix tty-frame-at for nested tty child frames

* src/term.c (tty_frame_at): Translate child frame origin to absolute
coordinates.

(cherry picked from commit 9693f2a95ad14bf0caa34e60d72722d4dd4d85c9)
src/term.c