diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index c795e1c..98d4754 100644 --- a/src/main.rs +++ b/src/main.rs @@ -63,8 +63,8 @@ fn main() { join_handles.push((system_name.clone(), handle)); } - // crossterm::execute!(io::stdout(), EnterAlternateScreen).unwrap(); - // crossterm::execute!(io::stdout(), DisableLineWrap).unwrap(); + crossterm::execute!(io::stdout(), EnterAlternateScreen).unwrap(); + crossterm::execute!(io::stdout(), DisableLineWrap).unwrap(); loop { // Wait for an event from one of the threads |