- 26 Jan, 2021 1 commit
-
-
Jeremy Soller authored
-
- 26 Jun, 2020 2 commits
-
-
Jeremy Soller authored
Added AsRawFd impl for RawTerminal See merge request redox-os/termion!170
-
Ben Goldberg authored
-
- 20 Jan, 2020 5 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
feature: changing cursor style See merge request redox-os/termion!164
-
Jeremy Soller authored
fix warnings See merge request redox-os/termion!165
-
Jeremy Soller authored
fix CI config See merge request redox-os/termion!167
-
Jeremy Soller authored
Avoid allocating temporary Strings in Display implementations See merge request redox-os/termion!168
-
- 18 Jan, 2020 3 commits
- 29 Nov, 2019 1 commit
-
-
Jeremy Soller authored
-
- 25 Jul, 2019 1 commit
-
-
akitsu-sanae authored
-
- 20 Jul, 2019 1 commit
-
-
akitsu-sanae authored
-
- 18 Jul, 2019 1 commit
-
-
akitsu-sanae authored
-
- 09 Jul, 2019 1 commit
-
-
Jeremy Soller authored
Make the keys return their inner error, if any. See merge request redox-os/termion!162
-
- 06 Jul, 2019 6 commits
-
-
Jeremy Soller authored
Add terminal_size_pixels() to expose terminal's pixel size See merge request redox-os/termion!163
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 26 Jun, 2019 1 commit
-
-
AdminXVII authored
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.
-
- 12 Jun, 2019 4 commits
-
-
Jeremy Soller authored
Backtab key See merge request redox-os/termion!157
-
Jeremy Soller authored
-
Jeremy Soller authored
Use stdout to get and set terminal attributes See merge request redox-os/termion!161
-
-
- 21 Apr, 2019 1 commit
-
-
Jeremy Soller authored
-
- 06 Apr, 2019 1 commit
-
-
Jeremy Soller authored
Make Color extend Debug See merge request redox-os/termion!159
-
- 11 Mar, 2019 1 commit
-
-
Ophir LOJKINE authored
-
- 20 Feb, 2019 1 commit
-
-
scauligi authored
-
- 28 Jan, 2019 2 commits
-
-
Jeremy Soller authored
Add a HideCursor wrapper type acting like AlternateScreen See merge request redox-os/termion!154
-
Matthias Devlamynck authored
-
- 29 Dec, 2018 2 commits
-
-
Jeremy Soller authored
Fix TIOCGWINSZ type mismatch on DragonFly See merge request redox-os/termion!152
-
Michael Neumann authored
Below is the error message I got before this patch: error[E0308]: mismatched types --> src/sys/unix/size.rs:17:34 | 17 | cvt(ioctl(STDOUT_FILENO, TIOCGWINSZ, &mut size as *mut _))?; | ^^^^^^^^^^ expected u64, found u32 help: you can cast an `u32` to `u64`, which will zero-extend the source value | 17 | cvt(ioctl(STDOUT_FILENO, TIOCGWINSZ.into(), &mut size as *mut _))?; | ^^^^^^^^^^^^^^^^^
-
- 15 Oct, 2018 1 commit
-
-
Jeremy Soller authored
Add ability to suspend/activate raw mode on RawTerminal See merge request redox-os/termion!150
-
- 12 Oct, 2018 1 commit
-
-
Nathan Lilienthal authored
-
- 20 Aug, 2018 3 commits
-
-
Michael Aaron Murphy authored
Reconfigure CI See merge request redox-os/termion!148
-
-
Michael Aaron Murphy authored
Extra derives & performance optimizations See merge request redox-os/termion!149
-