]> git.eshelyaron.com Git - emacs.git/commit
Fix some issues with vertical-motion in bidi-reordered text
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Sep 2022 12:38:22 +0000 (15:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Sep 2022 12:38:22 +0000 (15:38 +0300)
commit3553904a90a242b7ee7b48607ac02cf57e2ab753
treee4757be7a9a13a08ee6d11186862af896974f05a
parent12a78711c94ccf5c46dd4e9653596c87b6fe0a18
Fix some issues with vertical-motion in bidi-reordered text

This fixes some uses of vertical-motion when a screen line
starts withcharacters of directionality that is opposite to
the current paragraph's base direction.
* src/xdisp.c (move_it_vertically_backward): Adjust NLINES to
compensate for its increasing when DY == 0.
src/xdisp.c