]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor misalignment on truncated RTL rows
authorPo Lu <luangruo@yahoo.com>
Sun, 5 May 2024 01:38:27 +0000 (09:38 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:39:19 +0000 (18:39 +0200)
commitab2f8427fc69eb562c4185924f96ce24b4bc485b
treec24108e7273d0c4506244423349cdc9bb8e6b418
parent0cb103c376116285373a128ffabf9c6170b1f8e7
Fix cursor misalignment on truncated RTL rows

* src/xdisp.c (set_cursor_from_row): Begin computing the
position of the rightmost glyph from row->x, not 0.

(cherry picked from commit 129312aa12c2f9c2cc44fcbdecb6b6a45b7588f4)
src/xdisp.c