Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving away from a multi-width char across a line needs 2 'l' moves #58

Open
lichray opened this issue Nov 10, 2017 · 0 comments
Open
Labels

Comments

@lichray
Copy link
Owner

lichray commented Nov 10, 2017

From email:

When a double-width character does not fit in a line, and cursor
moves to that char by 'l' command, cursor is put on the 1st column
of that char, instead of the 2nd column. Then, if cursor moves
further from a double-width char in that line to a single-width one,
it is located on the 2nd column of the double-width char, instead of
the single-width char it moving toward.

http://mail-index.netbsd.org/tech-userlevel/2017/11/06/msg010940.html

The patch also fixes an issue on iTerm2, where when cursor indicates a
multi-width character, putting it on the first column of the character,
does not focus on the entire the character, the right-most column instead.

@lichray lichray added the bug label Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant