]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor motion in character-only terminals
authorGregory Heytings <gregory@heytings.org>
Wed, 29 Mar 2023 14:47:32 +0000 (14:47 +0000)
committerGregory Heytings <gregory@heytings.org>
Wed, 29 Mar 2023 14:50:21 +0000 (16:50 +0200)
commit2093e010dc14148455480d607b2f06ee43b1e6e0
treeb8de5846821b9583a16625c1fc29500055153a00
parent974e4f3333311b557754e2fdbaa75b0c1077fc61
Fix cursor motion in character-only terminals

* src/xdisp.c (get_narrowed_width): Subtract 1 from
window_body_width to account for the '\' line wrapping indication.
src/xdisp.c