updated tui logic to allow for history recall, and ctrl of selected

project.
This commit is contained in:
2026-05-20 14:01:53 -05:00
parent e3cb4628f8
commit 2c78f26dd2
2 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -59,6 +59,6 @@ fn main() {
exit(1);
}
appstate.initialize_modules();
run_tui(appstate, rx);
let _res = run_tui(appstate, rx);
}
}