preview bytes under cursor when replacing

This commit is contained in:
alice pellerin
2026-03-18 15:39:37 -05:00
parent ba3d80f111
commit 725e6784ab
3 changed files with 21 additions and 1 deletions
+2
View File
@@ -69,6 +69,8 @@ fn main() {
ratatui::restore();
// dbg!(app.edit_history);
for log in app.logs {
println!("{log}");
}