diff options
| author | mo8it <mo8it@proton.me> | 2024-09-05 17:12:26 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-09-05 17:12:26 +0200 |
| commit | aa3eda70e5727f9665a97fadcce081a96909e9b1 (patch) | |
| tree | bed5cee288e250ab643007890994393e2196e776 /src/watch.rs | |
| parent | 2d0860fe1bd0aef512313617d8a26e9f118d2cd2 (diff) | |
Simplify handling terminal events for unbuffered stdin
Diffstat (limited to 'src/watch.rs')
| -rw-r--r-- | src/watch.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/watch.rs b/src/watch.rs index be8409f..ee5dd74 100644 --- a/src/watch.rs +++ b/src/watch.rs @@ -95,7 +95,6 @@ fn run_watch( break; } WatchEvent::Input(InputEvent::Run) => watch_state.run_current_exercise(&mut stdout)?, - WatchEvent::Input(InputEvent::Unrecognized) => watch_state.render(&mut stdout)?, WatchEvent::FileChange { exercise_ind } => { watch_state.handle_file_change(exercise_ind, &mut stdout)?; } |
