termion/examples
ftilde 95233e9e5c Add support for alternate screen (#88)
* Add (optional) support for alternate screen (#77)

The user can manually switch between main and alternate screen or
(preferably) use the wrapper struct for automatic screen restoration.

* Add two examples for screen switching

* Improve screen module documentation
2017-02-27 13:42:55 +01: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 Update the mouse example. 2016-10-26 11:55:47 +02: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