lib: Reduce stdin poll rate to prevent lagging input
1 file changed
+3
-1
0a58d177
→
308cd49e
modified src/terminal.rs
@@ -26,6 +26,8 @@ pub type Backend<S> = TermionBackendExt<S>;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -192,7 +194,7 @@ impl StdinReader {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|