]> git.eshelyaron.com Git - emacs.git/commit
Fix drawing to the bottom-right corner of terminals
authorGerd Möllmann <gerd.moellmann@gmail.com>
Sun, 9 Mar 2025 09:04:41 +0000 (10:04 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:41:18 +0000 (19:41 +0100)
commitd33b30ccce17c90eab8a881021ebce4cecb3815d
tree59e1afcbcd6a40f09a590db1d6a2ae907e3a3e0a
parent4c2f76cc7e6916ed35b79b22ffe9ef4e57414d26
Fix drawing to the bottom-right corner of terminals

* src/term.c (tty_write_glyphs_1): Renamed from tty_write_glyphs. Don't
check if writing the bottom-right corner.
(tty_write_glyphs): New function handling case of writing to the
bottom-right corner, and otherwise calling tty_write_glyphs_1.

(cherry picked from commit 6fb68f4310d808827b83da053fbc112b316b7757)
src/term.c