termion/src
lilydjwg 67fe54119b Avoid allocating temporary Strings in Display implementations 2020-01-18 13:49:20 +08:00
..
sys Add terminal_size_pixels() to expose terminal's pixel size 2019-07-06 18:08:57 +00:00
async.rs Corrected all remaining build warnings 2018-05-08 17:34:43 -07:00
clear.rs Termion 1.0.0: Complete overhaul of how escape codes are handled, add truecolor support. 2016-07-23 16:40:27 +02:00
color.rs Make Color extend Debug 2019-03-11 13:58:35 +01:00
cursor.rs Avoid allocating temporary Strings in Display implementations 2020-01-18 13:49:20 +08:00
event.rs backtab key 2019-02-19 23:58:19 -08:00
input.rs Make the keys return their inner error, if any. For example, when permission to access the TTY is denied, don't loop infinitely and instead return to the outer scope to error and exit (or not) there. 2019-06-26 18:48:53 +00:00
lib.rs Add terminal_size_pixels() to expose terminal's pixel size 2019-07-06 18:08:57 +00:00
macros.rs Extra derives & performance optimizations 2018-08-20 22:11:58 +00:00
raw.rs Add ability to suspend/activate raw mode on RawTerminal 2018-10-12 01:40:18 -04:00
screen.rs Run rustfmt on the code. 2017-03-24 21:53:05 +01:00
scroll.rs Fix examples & merge 2016-07-23 18:50:33 +02:00
style.rs Run rustfmt on the code. 2017-03-24 21:53:05 +01:00