minus
minus copied to clipboard
Implement horizontal scrolling
This PR introduces horizontal scrolling into minus.
Roadmap
- [x] Introduce new public function to control line wrapping in
Pagerstruct andEventvariant related to it - [x] New key bindings for moving left and right and new variant of
UserInputto get events of horizontal scroll keys. - [ ] Format text for wrapping only when
line_wrappingis true informatted_linefunction.
The entire roadmap is currently unclear, but I will make sure to update stuff where as we get closer to a working implementation.
Closes #59