crossterm icon indicating copy to clipboard operation
crossterm copied to clipboard

Cross platform terminal library rust

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

**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...

enhancement
good_first_issue

**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...

enhancement

**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...

enhancement
help wanted

**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...

enhancement

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...

enhancement
difficulty: medium

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...

enhancement
difficulty: medium

# 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...

enhancement
help wanted
difficulty: hard

# 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...

enhancement
help wanted
difficulty: hard

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...