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