]> git.eshelyaron.com Git - emacs.git/commit
Fix right-margin display on TTY frames
authorEli Zaretskii <eliz@gnu.org>
Tue, 6 Jul 2021 17:11:51 +0000 (20:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 6 Jul 2021 17:11:51 +0000 (20:11 +0300)
commit10753bc6888c997c31408a3ec59df42a4bef0005
tree69ec583425c6abcf37084cd5fae0cd32beff2a5b
parent69f1bd38f0628503dac935b2b38dca430d80266b
Fix right-margin display on TTY frames

* src/dispnew.c (prepare_desired_row, adjust_glyph_matrix): Adjust
the glyph pointer of the right-margin area for all windows but the
rightmost ones on TTY frames, to account for the border glyph.
(Bug#48257)
src/dispnew.c