updated tui logic to allow for history recall, and ctrl of selected
project.
This commit is contained in:
+1
-1
@@ -59,6 +59,6 @@ fn main() {
|
||||
exit(1);
|
||||
}
|
||||
appstate.initialize_modules();
|
||||
run_tui(appstate, rx);
|
||||
let _res = run_tui(appstate, rx);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user