- Dec 19, 2016
-
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
Alexandre Bury authored
-
Alexandre Bury authored
Shamelessly copying Serde's style
-
Alexandre Bury authored
* Add travis integration * Update examples/rainbow to work on stable
-
Alexandre Bury authored
-
- Dec 18, 2016
- Dec 17, 2016
-
-
Alexandre Bury authored
* Discard leftover input when consumed The iterator given to `parse_event` now `take()` the value from `leftover`. * Always save leftover `parse_event` will consume it when required. * Remove OptionIterator, directly uses std::option::Iter
-
- Dec 16, 2016
-
-
Alexandre Bury authored
* Add `UnknownCSI` event type. * Compile test from `raw` module But don't run it. * Fix unused import warning in doc-test * Rename UnknownCSI -> UnknownCsi
-
- Nov 10, 2016
-
-
ticki authored
-
- Nov 08, 2016
- Nov 06, 2016
-
-
Felix Obenhuber authored
Bionic needs signed ioctrl arguments.
-
ticki authored
-
ticki authored
-
Alexandre Bury authored
* Handles CSI `~` sequences with multiple values Fixes #62 * Fix doc typo
-
Alexandre Bury authored
Properly detects CSI sequence termination. Fixes #47, #68.
-
- Nov 02, 2016
- Oct 27, 2016
-
-
ticki authored
-
IGI-111 authored
Using the "alternate screen" capability, the RawTerminal trait restores the terminal in its previous state by sending the proper escape codes.
-
Alexandre Bury authored
Move the check to the beginning of the loop to protect against empty buffer.
-
- Oct 26, 2016
-
-
ticki authored
-
ticki authored
-
ticki authored
We use click and drag.
-
Matthew Nicholson authored
* 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
-
- Oct 22, 2016
-
-
Jordan MacDonald authored
-
- Oct 20, 2016
-
-
David Irvine authored
-
- Oct 09, 2016
-
-
Alexandre Bury authored
-
- Oct 07, 2016
-
- Oct 03, 2016
-
-
Esption authored
-
- Oct 02, 2016
- Sep 24, 2016
- Sep 07, 2016
-
-
ticki authored
-