Robert Metcalf
7d97b6424f
Update references to repository
2018-05-07 01:41:46 +01:00
ticki
be864ee0e7
Fix version in README.md
2017-04-25 20:25:14 +02:00
Alexandre Bury
04f6bcd677
Remove vertical spacing from Readme
2017-01-13 14:19:47 -08:00
Alexandre Bury
c9c91292e5
Replace most `std::io::Write::write` with `write_all` ( #82 )
...
`std::io::Write` doesn't guarantees that it will write everything,
and could even return a non-fatal `ErrorKind::Interrupted` error.
`write_all` has exactly the code required to deal with this.
2016-12-21 14:20:48 +01:00
ticki
38fbf1200e
Remove the excessive '['.
2016-12-19 17:39:41 +01:00
ticki
66603eead6
Move the badges outside the table.
2016-12-19 17:39:05 +01:00
ticki
064cfdd5f1
Correct the link.
2016-12-19 17:35:14 +01:00
ticki
461ed46ae0
Fix the Markdown syntax in the README.
2016-12-19 17:34:09 +01:00
ticki
dda2b18386
Introducing the Termion logo.
2016-12-19 17:33:09 +01:00
Alexandre Bury
92cbd50c41
Fix typo in Readme
2016-12-19 16:59:28 +01:00
Alexandre Bury
de016ae6ce
Add travis & crates.io badges
...
Shamelessly copying Serde's style
2016-12-19 16:51:48 +01:00
ticki
be5fcb1f4f
Add link to tutorial in README.
2016-11-08 08:43:51 +01:00
ticki
44c847924c
Add good documentation to the list of 'features'.
2016-10-02 22:35:21 +02:00
ticki
e30add91e0
Specify that Termion is stable.
2016-10-02 22:33:06 +02:00
ticki
e63b645859
Update the documentation.
2016-09-07 11:39:32 +02:00
ticki
5fa6289df8
Update the README.
...
Fix the documentation link and format it better.
2016-09-07 11:14:22 +02:00
ticki
a18e367e5f
Use docs.rs for documentation.
...
Instead of outdated self-hosted docs, we let the awesome
[docs.rs](https://docs.rs ) do the job for us.
2016-08-27 11:29:57 +02:00
ticki
32d62043a7
Bump to 1.0.5
2016-08-01 11:55:24 +02:00
ticki
07301d4c24
Merge branch 'master' of github.com:Ticki/libterm
2016-07-29 19:50:42 +02:00
ticki
8572ee6eb8
Get the tty device, get_tty
2016-07-29 19:49:29 +02:00
Markus Unterwaditzer
3c123df1fe
Add migration path for TermRead ( #38 )
2016-07-27 20:42:59 +02:00
ticki
95bce6092a
Update README
2016-07-24 20:27:14 +02:00
ticki
011b26b5c9
Fix tables
2016-07-24 11:30:51 +02:00
ticki
7aa50d3077
Update Cargo.toml
2016-07-24 01:01:13 +02:00
ticki
af7221e447
Update README
2016-07-24 00:32:21 +02:00
ticki
5b94db9663
Merge
2016-07-23 17:49:52 +02:00
ticki
b17d0151d9
Update readme, fix rainbow example
2016-07-23 17:32:08 +02:00
ticki
e36ff1c71b
Termion 1.0.0: Complete overhaul of how escape codes are handled, add truecolor support.
...
This commit is a major semver bump. Every progra utilizing escape codes generated by Termion is likely broken. The main change is to make each escape has their own type implementing the Display trait.
- Use formatters, mainly Display for escapes.
- Add Truecolor support (`color::Rgb`).
- Put each primitive into distinct modules.
- Add is_tty for checking if some stream is a TTY.
- Add multiple new examples.
2016-07-23 16:40:27 +02:00
IGI-111
cc9c32b981
added mouse input
...
The event system has been reworked to allow the detection of mouse
events as well as key presses.
Xterm, rxvt and X10 emulated escape codes are supported, they are
enabled and disabled by sending the right escape codes when creating a
RawTerminal.
To allow for byte manipulation, which was necessary to implement those
features, the backend iterator has been changed from chars() to bytes()
(with specific treatment of unicode sequences), making the whole crate
not require nightly rustc.
2016-07-19 18:17:12 +02:00
ticki
3996d24f12
Fix cargo example
2016-07-03 13:46:18 +02:00
ticki
1f66411331
Fix doc link
2016-07-03 13:43:22 +02:00
ticki
fa4a6cfa5a
Make 'nightly' a default feature
2016-07-03 13:33:25 +02:00
ticki
a7821206e9
Update README
2016-07-02 15:42:18 +02:00
ticki
b499d4825f
Refactor how colors are handled
2016-07-02 15:06:47 +02:00
ticki
8bcb946b07
Update readme
2016-06-14 14:29:31 +02:00
Antonin Carette
c846c9dbe1
Update README.md
...
Fix example reference
2016-04-02 16:48:12 -04:00
Ticki
80bbdb62df
Add docs link
2016-03-16 08:36:50 +01:00
Ticki
6d0129dd75
Resize
2016-03-16 08:17:55 +01:00
Ticki
ecf813569e
Example image
2016-03-16 08:11:35 +01:00
Ticki
28a95cf447
Libterm is now termion
2016-03-15 21:36:33 +01:00
Ticki
2f2ac0a7f8
Update 'usage' section
2016-03-15 20:39:08 +01:00
Ticki
b65328c304
Asynchronous key events
2016-03-15 20:32:25 +01:00
Ticki
08746c0d2a
Add tests to 'terminal_size'
2016-03-09 19:17:00 +01:00
Ticki
a6d364e638
Add a note on stability
2016-03-08 19:44:31 +01:00
Ticki
fd2d74d41a
Now supports Redox!
2016-03-07 22:19:35 +01:00
Ticki
45b1136f75
get_passwd(), new example, update README
2016-03-07 18:42:11 +01:00
Ticki
8a172fdbda
Add README
2016-03-06 14:55:01 +01:00