doy / runes

a modern terminal client
Other
35 stars 1 forks source link

reading needs timeouts #31

Open doy opened 10 years ago

doy commented 10 years ago

Currently, a single escape character will cause the output to block until it can figure out if it's supposed to be part of an escape sequence or not. We actually need to have a timeout for this.

doy commented 10 years ago

Same issue with utf8, as mentioned in #4.