fix resizing breaking cursor

This commit is contained in:
alice pellerin
2026-03-21 22:37:29 -05:00
parent 1a6e7882ed
commit 9e61bf396e
3 changed files with 16 additions and 14 deletions
+3 -4
View File
@@ -27,8 +27,7 @@ const BYTES_OF_PADDING: usize = LINES_OF_PADDING * BYTES_PER_LINE;
// TODO:
// - inspect selection
// - resizing can move the cursor off the screen
// - tab bar overflow
// - diffing
// - search
// - s/A-k/A-K
// - C-a/C-x
@@ -53,9 +52,9 @@ const BYTES_OF_PADDING: usize = LINES_OF_PADDING * BYTES_PER_LINE;
// - how to fit??! `-128` longer than `80`
// - popup for different readings for the selected bytes
// - utf8?
// - diffing
// when AsciiChar is stabilized, use it instead of char everywhere
// when AsciiChar is stabilized, use it instead of char
// - actually since im using nightly already, do this
fn main() {
let mut app = App::new();