-
-
Notifications
You must be signed in to change notification settings - Fork 608
Implement scroll in commit message box #1415
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
base: master
Are you sure you want to change the base?
Conversation
@heiskane how is it going - need support? feel free to join the discord 👍 |
I got the scroll mostly working but for some reason you can add unlimited amount of spaces without it wrapping to the next line. I think that should be the last problem to solve to get it working but I haven't looked at it too closely yet. As a side note I would like to add a zero width space before the cursor break it from the actual word for proper wrapping but the tui crate is not handling it correctly. |
@heiskane are you still on this? |
@extrawurst I have been a bit busy and haven't really been able to make progress on this one. I do want to keep working on this but am unsure if i have the time right now. |
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
It changes the following:
As discussed in #1333 this implements a scroll in commit message box.
I followed the checklist:
make check
without errors