add up/down/forward/backward scroll commands

This commit is contained in:
alice pellerin
2026-03-17 00:12:36 -05:00
parent ce19c3eb9c
commit 813e48920c
2 changed files with 38 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ mod address {
}
mod hex {
use std::{borrow::Cow, iter, mem};
use std::{borrow::Cow, mem};
use itertools::Itertools;
use ratatui::{style::{Color, Style, Stylize}, text::Span};