jump relative to mark

This commit is contained in:
alice pellerin
2026-03-21 04:48:17 -05:00
parent 90090bab24
commit 823e186acd
4 changed files with 76 additions and 10 deletions
+4
View File
@@ -14,6 +14,8 @@ pub struct App {
pub window_size: WindowSize,
pub should_quit: bool,
pub logs: Vec<String>,
}
#[derive(Clone, Copy)]
@@ -53,6 +55,8 @@ impl App {
window_size,
should_quit: false,
logs: Vec::new(),
}
}