split selections by size

jump to offset under cursor
This commit is contained in:
alice pellerin
2026-03-21 01:09:03 -05:00
parent 414b545a5c
commit 05d3a8a293
6 changed files with 81 additions and 14 deletions
-4
View File
@@ -14,8 +14,6 @@ pub struct App {
pub window_size: WindowSize,
pub should_quit: bool,
pub logs: Vec<String>,
}
#[derive(Clone, Copy)]
@@ -50,8 +48,6 @@ impl App {
},
should_quit: false,
logs: Vec::new(),
}
}