crossterm
crossterm copied to clipboard
Cross platform terminal library rust
**Is your feature request related to a problem? Please describe.** It'd be nice to have color detection implemented in crossterm. I'm looking at converting my "plain" colorizing to using termimad...
**Is your feature request related to a problem? Please describe.** I'm trying to port my CLI util [skim](https://github.com/lotabout/skim) to crossterm for windows support. Skim is a fuzzy matching util that...
**Is your feature request related to a problem? Please describe.** Not 100% sure if this falls under your planned supported scope, but one of my use cases for crossterm right...
**Is your feature request related to a problem? Please describe.** Currently you can forget to flush a set of commands **Describe the solution you'd like** When you call `queue`, you...
Still unclear if we will use `anes-rs` parser or when, but it's not important now, because the parser isn't finished (still WIP). I made some changes in the `zrzka/performance` branch...
Basically for the same reasons as described in the #334: > But we should provide benchmarks (especially for events parsing), so we can check that there's no regression after every...
# Task Description A terminal has screen buffers to which you can write. Buffers are separated from each other and won't change one and other contents. The main buffer is...
# Task Description Controlling, getting, the terminal font, would be a nice feature to have. # Task Todo - The font types supported by different terminals may be different, but...
The SetSize function does not resize xterm windows. It does work with some newer terminals I tested, but seems not to work with xterm. I do not know if xterm...