crossterm icon indicating copy to clipboard operation
crossterm copied to clipboard

Cross platform terminal library rust

Results 164 crossterm issues
Sort by recently updated
recently updated
newest added

For some terminals (for example Emacs eshell/eterm) the ioctl with TIOCGWINSZ might falsely return 0 columns and 0 rows. If this happens we now try to use LINES and COLUMNS...

**Describe the bug** When listening to keyboard events, we should be able to also capture media key code events, such as for example `MediaKeyCode::Stop`, but this doesn't work. **To Reproduce**...

### Problem This crate is great! It would be even grater, if it supported uefi. Rust nightly contains much of std already, see [this example](https://github.com/rust-lang/rust/blob/master/src/doc/rustc/src/platform-support/unknown-uefi.md#example-hello-world-with-std) in the official docs. In...

**Is your feature request related to a problem? Please describe.** I would like to be able to control a media player in the terminal using my hardware media keys, but...