termion/examples
IGI-111 0758c07ab7 added cursor position detection
This solves #85 in a similar fashion as the color amount detection: the
cursor module now provides a trait that adds a `cursor_pos()` method to
an instance of `Write`. It also corrects that previous implementation
somewhat by making the `CONTROL_SEQUENCE_TIMEOUT` a member of the raw
module and implementing `DetectColors` for any instance of `Write`
rather than just `RawTerminal` (`MouseTerminal` for instance works as
well).
2017-03-12 20:18:32 +00:00
..
alternate_screen.rs Add support for alternate screen (#88) 2017-02-27 13:42:55 +01:00
alternate_screen_raw.rs Add support for alternate screen (#88) 2017-02-27 13:42:55 +01:00
async.rs Replace most `std::io::Write::write` with `write_all` (#82) 2016-12-21 14:20:48 +01:00
click.rs Fix the tests 2016-07-23 20:41:43 +02:00
color.rs Fix examples & merge 2016-07-23 18:50:33 +02:00
commie.rs Yes. 2016-11-02 18:47:24 +01:00
detect_color.rs Added color support detection (#91) 2017-02-26 09:35:39 +01:00
is_tty.rs Change is_tty example to conform to new signature (#52) 2016-10-07 07:43:10 +02:00
keys.rs Modify Keys and Events to detect Esc key presses (#45) 2016-10-26 11:53:36 +02:00
mouse.rs added cursor position detection 2017-03-12 20:18:32 +00:00
rainbow.rs Add travis integration (#81) 2016-12-19 16:45:11 +01:00
read.rs Replace most `std::io::Write::write` with `write_all` (#82) 2016-12-21 14:20:48 +01:00
rustc_fun.rs Termion 1.0.0: Complete overhaul of how escape codes are handled, add truecolor support. 2016-07-23 16:40:27 +02:00
simple.rs Termion 1.0.0: Complete overhaul of how escape codes are handled, add truecolor support. 2016-07-23 16:40:27 +02:00
size.rs Libterm is now termion 2016-03-15 21:36:33 +01:00
truecolor.rs Termion 1.0.0: Complete overhaul of how escape codes are handled, add truecolor support. 2016-07-23 16:40:27 +02:00