Separate the scroll state

This commit is contained in:
mo8it
2024-08-27 00:03:50 +02:00
parent 0f71a150ff
commit dd52e9cd72
3 changed files with 135 additions and 74 deletions
+1
View File
@@ -16,6 +16,7 @@ use crate::app_state::AppState;
use self::state::{Filter, ListState};
mod scroll_state;
mod state;
fn handle_list(app_state: &mut AppState, stdout: &mut StdoutLock) -> Result<()> {