ea06c6fd56
* modify Keys and Events to detect Esc key presses The strategy used here is to read two bytes at a time, going on the assumption that escape sequences will consist of multi byte reads and solitary Esc key presses will consist of single byte reads. Tests had to be modified to account for these new multi byte reads by including dummy bytes when a single byte was previously expected. Fixes ticki/termion#43 * expand keys example to include Esc key presses * add test for Esc key press |
||
---|---|---|
.. | ||
async.rs | ||
click.rs | ||
color.rs | ||
is_tty.rs | ||
keys.rs | ||
mouse.rs | ||
rainbow.rs | ||
read.rs | ||
rustc_fun.rs | ||
simple.rs | ||
size.rs | ||
truecolor.rs |