Skip to content

Commit 8455d15

Browse files
committed
missing import
1 parent bf3f561 commit 8455d15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/event_handler.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ use std::{error, io, time::Duration};
22

33
use ratatui::crossterm::event::{Event, EventStream, KeyEvent};
44

5+
#[cfg(target_os = "windows")]
6+
use ratatui::crossterm::event::KeyEventKind;
7+
58
use tokio::sync::mpsc;
69

710
use futures::{FutureExt, StreamExt};

0 commit comments

Comments
 (0)