]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor positioning of nested tty child frames
authorGerd Möllmann <gerd@gnu.org>
Sat, 25 Jan 2025 04:44:03 +0000 (05:44 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:46:21 +0000 (18:46 +0100)
commit32c9ff8209c6914e55d665feb9c5e059af2bd136
treec2c82f98f4b922b0a2af30c10fa13454840c87e3
parent8cecb0ae262d8b80e2e7e7ea70966ebd3a511075
Fix cursor positioning of nested tty child frames

* src/terminal.c (cursor_to, raw_cursor_to): Fix translation to root
coordinates.

(cherry picked from commit 8cbb3c7335ff03b6fae4efeae126e91993cb962a)
src/terminal.c