Restructure to support color

This commit is contained in:
Dheepak Krishnamurthy 2020-08-02 12:34:07 -06:00
parent 6e6b6857c0
commit 0ac3996443
3 changed files with 133 additions and 331 deletions

View file

@ -45,7 +45,7 @@ fn tui_main(_config: &str) -> Result<(), Box<dyn Error>> {
// Setup event handlers
let events = Events::with_config(EventConfig {
tick_rate: Duration::from_millis(250),
tick_rate: Duration::from_millis(1000),
});
let mut app = TTApp::new();