-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Issue with line wrapping with SDL2 frontend when line numbers is disabled #1243
Comments
Thanks for your feedback. Could you try out the PR and report back if it is working for you? My tests looked promising. |
Looks good so far :)! I haven't encountered any crashes yet. However, moving to the end of a line when wrapping is enabled currently acts a little bit up and does not properly jump to the end of the line in all cases. I guess this probably unrelated to this issue / SDL2, I will look into this problem a little bit more tomorrow when I have a little bit more time. |
Very good.
Let me see if we are thinking about the same thing here, because there are some navigational problems with line wrapping and line-numbers right now.
will move to
The same is true if you execute The problem here is that the backend If you are thinking about something else, please elaborate on it, so I can see if it is indeed a problem in the frontend/communication between frontend and backend. Commands that act on logical lines like EDIT: I have seen there is |
I updated the PR. navigation is not perfect yet but seems better. |
Yes! Thats exactly the behavior I also observed. I can't even keep up with how fast you are fixing this things, thanks very much for the efforts :)! I will try out your fix later after work. |
Hello,
its me again. Unfortunately #1241 did not fix the problem completely with the SDL2 line wrapping implementation,
as it now only works when line numbers are also enabled. When they are disabled the following error is thrown upon encountering
a too long line:
The text was updated successfully, but these errors were encountered: