Commit Graph

  • bd9e4eb8e1 fix #99 IGI-111 2017-03-28 10:06:04 +0200
  • 7401830c4f
    Bump to 1.3.0 ticki 2017-03-24 21:53:40 +0100
  • 15c65dc5f9
    Run rustfmt on the code. ticki 2017-03-24 21:53:05 +0100
  • 7351aa3f16 Merge pull request #93 from IGI-111/cursor_pos ticki 2017-03-24 21:50:57 +0100
  • fa2e86a558 fix for #94 (#95) IGI-111 2017-03-24 21:50:09 +0100
  • 5e336e10a1 add support for xterm mouse release code (#97) IGI-111 2017-03-24 21:48:55 +0100
  • 11a0ee178a Fix terminal size ioctl number on *BSD (#98) Greg 2017-03-24 23:48:36 +0300
  • 8760faca15 no need for templating IGI-111 2017-03-13 11:49:24 +0100
  • 0758c07ab7 added cursor position detection IGI-111 2017-03-12 20:18:32 +0000
  • 95233e9e5c Add support for alternate screen (#88) ftilde 2017-02-27 13:42:55 +0100
  • c676cb43e7 Bump to 1.2.0. ticki 2017-02-26 09:37:35 +0100
  • ba72d0bcec Added color support detection (#91) IGI-111 2017-02-26 09:35:39 +0100
  • 23ef0260dd Fix 64 bit build for musl and android (#90) Loïc Damien 2017-02-25 20:17:54 +0100
  • 04f6bcd677 Remove vertical spacing from Readme Alexandre Bury 2017-01-13 14:18:58 -0800
  • c9c91292e5 Replace most `std::io::Write::write` with `write_all` (#82) Alexandre Bury 2016-12-21 14:20:48 +0100
  • c04fd7f263 Optimize SVG. ticki 2016-12-19 19:56:49 +0100
  • 38fbf1200e Remove the excessive '['. ticki 2016-12-19 17:39:41 +0100
  • 66603eead6 Move the badges outside the table. ticki 2016-12-19 17:36:29 +0100
  • 064cfdd5f1 Correct the link. ticki 2016-12-19 17:34:48 +0100
  • 461ed46ae0 Fix the Markdown syntax in the README. ticki 2016-12-19 17:34:09 +0100
  • dda2b18386 Introducing the Termion logo. ticki 2016-12-19 17:33:09 +0100
  • 92cbd50c41 Fix typo in Readme Alexandre Bury 2016-12-19 16:59:28 +0100
  • de016ae6ce Add travis & crates.io badges Alexandre Bury 2016-12-19 16:51:48 +0100
  • 0395780f25 Add travis integration (#81) Alexandre Bury 2016-12-19 16:45:11 +0100
  • 32ff8ba96e Replace UnknownCsi with generalized Event::Unsupported (#80) Alexandre Bury 2016-12-19 16:40:44 +0100
  • f9eaf6d0bc Merge branch 'master' of github.com:Ticki/libterm ticki 2016-12-18 19:29:18 +0100
  • 7047acbabf Add `Color` implementation for `&Color` ticki 2016-12-18 19:28:25 +0100
  • c2df3d7edd Discard leftover input when consumed (#76) Alexandre Bury 2016-12-18 00:49:40 +0100
  • 00ca758d45 Add `UnknownCSI` event type (#73) Alexandre Bury 2016-12-16 18:20:18 +0100
  • e67128f795 Fix wrapping width. ticki 2016-11-10 09:25:20 +0100
  • 56b3deaf27 Merge branch 'master' of github.com:Ticki/libterm ticki 2016-11-08 08:44:13 +0100
  • be5fcb1f4f Add link to tutorial in README. ticki 2016-11-08 08:43:51 +0100
  • dd3df793dc Fixed build for android targets (#72) Felix Obenhuber 2016-11-06 20:29:39 +0100
  • 1d63c9cd28 Bump to next version. ticki 2016-11-06 10:35:13 +0100
  • 2f008188e3 Add @gycos to the author list. ticki 2016-11-06 10:26:45 +0100
  • 8c82c461f9 Handles CSI `~` sequences with multiple values (#70) Alexandre Bury 2016-11-06 01:23:02 -0800
  • 786001f095 Fix CSI sequence detection (#69) Alexandre Bury 2016-11-06 01:22:12 -0800
  • f49a6e501b Merge branch 'master' of github.com:Ticki/libterm ticki 2016-11-02 18:47:37 +0100
  • a3ad019010 Yes. ticki 2016-11-02 18:46:54 +0100
  • bb8d1704cd Revert "True terminal restoration" (#67) ticki 2016-10-27 22:09:41 +0200
  • 0e0b5be856 Added true terminal restoration (#66) IGI-111 2016-10-27 22:03:29 +0200
  • 09d31132e2 Protects AsyncReader::read against empty buffer. (#65) Alexandre Bury 2016-10-27 13:02:29 -0700
  • 2d625d8c57 Bump version. ticki 2016-10-26 11:58:03 +0200
  • 936c4336ce Merge branch 'master' of github.com:Ticki/libterm ticki 2016-10-26 11:56:00 +0200
  • 8ccc67cf33 Update the mouse example. ticki 2016-10-26 11:55:47 +0200
  • ea06c6fd56 Modify Keys and Events to detect Esc key presses (#45) Matthew Nicholson 2016-10-26 05:53:36 -0400
  • 654db645cb Derive PartialEq for Rgb type (#56) Jordan MacDonald 2016-10-22 02:40:06 -0400
  • 5085815f58 bug/lib.rs Allow musl builds (#58) David Irvine 2016-10-20 13:28:34 +0100
  • 4358ed6c48 Derive Copy for color::{Rgb, Fg, Bg, Reset} (#54) Alexandre Bury 2016-10-08 22:13:41 -0700
  • 0b24a3446d Change is_tty example to conform to new signature (#52) j-browne 2016-10-07 01:43:10 -0400
  • a0751f21b0 Add Debug to color structs and Clone to Rgb / Fg / Bg (#51) Esption 2016-10-03 00:15:12 -0500
  • 44c847924c Add good documentation to the list of 'features'. ticki 2016-10-02 22:35:21 +0200
  • e30add91e0 Specify that Termion is stable. ticki 2016-10-02 22:33:06 +0200
  • f2cec304e8 Default to the TTY device in async_stdin. ticki 2016-09-24 20:04:46 +0200
  • 0d1025c532 Take a reference to the stream instead of the stream itself (in `is_tty` ticki 2016-09-24 19:12:46 +0200
  • e63b645859 Update the documentation. ticki 2016-09-07 11:39:32 +0200
  • 5fa6289df8 Update the README. ticki 2016-09-07 11:12:23 +0200
  • 2ff0916514 Bump to 1.0.7. ticki 2016-09-07 11:08:26 +0200
  • 5ebda9866f added mouse hold support (#48) IGI-111 2016-09-07 11:05:41 +0200
  • 98a4ccce4b Update documentation link in Cargo.toml. ticki 2016-08-27 11:38:29 +0200
  • ffd4953022 Merge branch 'master' of github.com:Ticki/libterm ticki 2016-08-27 11:31:07 +0200
  • a18e367e5f Use docs.rs for documentation. ticki 2016-08-27 11:29:57 +0200
  • 21716b2f93 fixed a few clippy warnings (#44) llogiq 2016-08-04 22:37:03 +0200
  • 32d62043a7 Bump to 1.0.5 ticki 2016-08-01 11:55:24 +0200
  • a3cc227620 Convert VarError to io::Error (#41) Jeremy Soller 2016-07-30 08:37:13 -0600
  • f9928bd6fe Fix Redox `get_tty` by adding `env` import (#40) Jeremy Soller 2016-07-30 03:48:27 -0600
  • 7e3ed4ec93 Fix Redox get_tty ticki 2016-07-29 21:56:33 +0200
  • 07301d4c24 Merge branch 'master' of github.com:Ticki/libterm ticki 2016-07-29 19:50:42 +0200
  • 8572ee6eb8 Get the tty device, get_tty ticki 2016-07-29 19:49:29 +0200
  • 3c123df1fe Add migration path for TermRead (#38) Markus Unterwaditzer 2016-07-27 20:42:59 +0200
  • dcc371356d Merge pull request #37 from aeosynth/patch-1 ticki 2016-07-25 15:20:21 +0200
  • a84670a51a Update keys.rs James Campos 2016-07-25 04:41:19 -0700
  • 95bce6092a Update README ticki 2016-07-24 20:27:14 +0200
  • 5634d5d082 Fix Goto ticki 2016-07-24 20:22:47 +0200
  • eb1c1e5907 Bump to 1.0.2 ticki 2016-07-24 20:01:21 +0200
  • cd6b692db4 Merge pull request #33 from jackpot51/patch-1 ticki 2016-07-24 19:56:45 +0200
  • c43f54accd Merge pull request #34 from jackpot51/patch-2 ticki 2016-07-24 19:54:50 +0200
  • e4b6e0597c Bump to 1.0.1 ticki 2016-07-24 19:06:05 +0200
  • b81bcc6749 Fix formatting Jeremy Soller 2016-07-24 08:24:49 -0600
  • ef023ed596 Allow colors to be reset to terminal defaults Jeremy Soller 2016-07-24 08:23:10 -0600
  • 6cdcbac536 Add escapes to undo styles Jeremy Soller 2016-07-24 08:19:34 -0600
  • 1d63d09e27 Merge pull request #32 from jackpot51/patch-1 ticki 2016-07-24 15:35:03 +0200
  • fae35e2ea1 Fix RawTerminal drop Jeremy Soller 2016-07-24 07:07:21 -0600
  • 011b26b5c9 Fix tables ticki 2016-07-24 11:30:51 +0200
  • f21a5ceeed Merge pull request #31 from ticki/termion-fmt-overhaul ticki 2016-07-24 01:16:43 +0200
  • c202c0405d Exclude certain files from package ticki 2016-07-24 01:08:33 +0200
  • 7aa50d3077 Update Cargo.toml ticki 2016-07-24 00:59:01 +0200
  • b6c01d91ab Add changelog ticki 2016-07-24 00:53:16 +0200
  • af7221e447 Update README ticki 2016-07-24 00:32:21 +0200
  • 25c7cd8635 Fix Redox raw mode ticki 2016-07-23 22:06:17 +0200
  • 9bd833a663 Fix the tests ticki 2016-07-23 20:41:43 +0200
  • 59d4ae427a Fix mouse input ticki 2016-07-23 19:03:03 +0200
  • 30afb4c32e Fix examples & merge ticki 2016-07-23 18:50:33 +0200
  • 5b94db9663 Merge ticki 2016-07-23 17:49:52 +0200
  • b17d0151d9 Update readme, fix rainbow example ticki 2016-07-23 17:32:08 +0200
  • e36ff1c71b Termion 1.0.0: Complete overhaul of how escape codes are handled, add truecolor support. ticki 2016-07-23 16:40:27 +0200
  • fb1d702b13 Merge pull request #29 from IGI-111/master ticki 2016-07-20 13:54:56 +0200
  • 1c50a795f8 added some tests IGI-111 2016-07-20 13:06:04 +0200
  • ab12a8f8a6 fixed formatting IGI-111 2016-07-20 11:03:30 +0200
  • 206c61de9e made mouse optional and fixed small issues IGI-111 2016-07-20 01:00:22 +0200