mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +02:00
Restructure to support color
This commit is contained in:
parent
6e6b6857c0
commit
0ac3996443
3 changed files with 133 additions and 331 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue