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
+1
View File
@@ -1,6 +1,7 @@
use std::cmp::min;
use crate::{app::App, cursor::Cursor};
#[derive(Debug)]
pub enum EditAction {
Delete {
cursor: Cursor,