Open Issues Need Help
View All on GitHub [Bug] Scrolling with Ctrl+d might make the cursor stay in line with position longer than the string on the line about 1 month ago
AI Summary: Fix a bug in the Oxid text editor's scrolling functionality where using Ctrl+d might leave the cursor beyond the end of a line. The solution involves modifying the scrolling function to check line boundaries and adjust the cursor position to the end of the line if necessary.
Complexity:
2/5
bug good first issue core
A simple, vim-inspired terminal text editor built with Rust.
Rust
#rust#terminal#text-editor#tui