cmd: conitrace: increase wait for next key
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 26 Dec 2020 23:12:28 +0000 (00:12 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 13 Jan 2021 01:38:01 +0000 (02:38 +0100)
commit48618e9b8b2a09486983a60efc7402f5d136f992
tree94e4f882a1695936e27d5c6b33954ce93d214ce5
parentdb0f298416fb76f939fbe3071cba73db4606b017
cmd: conitrace: increase wait for next key

At 9600 baud or less a 1 ms wait is too short to detect the end of an
escape sequence.

Increase the wait duration to 10 ms which will work down to 1200 baud.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/conitrace.c