Ivan Grokhotkov 9b2b86b7d9 console: fix linenoiseProbe never timing out
Fixes a regression from 753a92952: if cb was negative, read_bytes
overflowed, because the type was changed from int to size_t.

Also fixes incorrect timeout calculation: timeout_ms was 200, but
each iteration delayed for 10ms, and reduced timeout_ms by 1. This
made the effective timeout to be 2000ms.
2021-01-15 09:22:04 +01:00
..
2020-09-02 16:38:37 +08:00
2020-02-07 20:15:06 +08:00
2021-01-12 14:05:08 +08:00
2017-08-21 15:58:27 +08:00
2021-01-12 14:05:08 +08:00