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

## Background I was using Print to display the characters of a string one by one, instead of printing the entire string at once. This made me realize that using...

There is a new protocol that modern terminals will support, originally designed by fixterms and later adopted and finalized by kitty: https://sw.kovidgoyal.net/kitty/keyboard-protocol.html Supporting this protocol will allow you to distinguish...

The logo is hardly visible in github dark mode. append #gh-light-mode-only after the image link to make the image appear only on light mode similarly use this #gh-dark-mode-only for dark...

**Describe the bug** Original bug report is from https://github.com/ClementTsang/bottom/issues/562, for context. The problem appears to be that on at least Windows Terminal v1.9.1942.0, mouse clicks can cause a panic due...

**Is your feature request related to a problem? Please describe.** In some TUI applications (like a text editor), the window title might be modified to display some information (see for...

I see that `EventStream` is using `std::thread` and `std::sync::mpsc` at now. It is of course an improvement according to #448. However, I'd like to suggest a possible improvement, with the...

**Is your feature request related to a problem? Please describe.** When using vectors to buffer screen input, Rust expects indexes to be provided as usize types. That means, if I...

**Is your feature request related to a problem? Please describe.** I was writing a little application using Visual Studio Code on Windows 10. To get nicer graphics, I used Unicode...

**Is your feature request related to a problem? Please describe.** Tried to do action on mouse event. **Describe the solution you'd like** add a line like ```rust if event ==...

# Task Description If you call `terminal.clear(ClearType::All)` the whole buffer, the visible, and the invisible part should be cleared. This happens correctly on Linux, however, the winapi implementation only clears...

bug
difficulty: easy