]> git.eshelyaron.com Git - emacs.git/commit
Don't write to bottom-right cell on ttys with AutoWrap (bug#77233)
authorGerd Möllmann <gerd.moellmann@gmail.com>
Thu, 27 Mar 2025 05:10:46 +0000 (06:10 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 27 Mar 2025 10:12:57 +0000 (11:12 +0100)
commitb5a9f0712e431e679022b3f5ce41fd079b904a49
treeda04b562f5e9ddf8284c3a7a9d8402f8d9819fb2
parent23e981e047914eca4d340751909e7c7cf8668bd1
Don't write to bottom-right cell on ttys with AutoWrap (bug#77233)

* src/term.c (tty_write_glyphs): Handle case of writing only one
character in the last column.

(cherry picked from commit 1883a5c7174eeede8fe307e73014628edca6b614)
src/term.c