-
Notifications
You must be signed in to change notification settings - Fork 25
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
Backspace can't get to previous line #13
Comments
Thanks for the feedback, I will study how to solve it. |
I found that if the console width is adjusted when entering the commit message, it will trigger a bug that the text cannot be deleted after wrapping. If the console width is not adjusted, there is no such problem. |
Hmmm, I use the Warp console (it's cool, by the way), and there it reproduces without resizing. |
I wonder if OS make any difference. P.S. in both cases I'm in Warp, but it can be local or remote (ssh ...) session. |
So, if I write a commit message that is long enough to span to new line; and then I try to delete some part of it with backspace - then cursor can't go further that the beginning of the second line.
After it got there, no matter how many times I try to backspace, it stays there.
First line visually stays the same. But actually, if I proceed and create the commit, it will turn out that symbols on the first line were deleted as I was pressing backspace. It is just not shown in any way.
The text was updated successfully, but these errors were encountered: