lib: Process key events only 200ms after startup
modified src/terminal.rs
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -119,10 +120,14 @@ pub fn events() -> mpsc::UnboundedReceiver<Event> {
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|