diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-03-01 14:03:56 -0700 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-03-01 14:03:56 -0700 |
commit | 89bf5a8b4f85583795b9211eaca485d6fc633389 (patch) | |
tree | 18375298e6906f0644b9ed5b4d9c974d8e609cfe /src/main.rs | |
parent | 99e5f7e3ff51aebc6796d1b7cf852367eb35d8d5 (diff) |
Refactor logging
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 |