-
## Description
I have a feeling that I shouldn't be the only one having this issue with my LSP...
## To Reproduce
I'm using Neovim with `rust-analyzer`, and every time I use the style shortcu…
orhun updated
2 months ago
-
*Note: this is a pinned post for visibility*
## Description
Preemptively updating crossterm to 0.28 while still being on Ratatui 0.27.0 will lead to two versions of crossterm in your dependency …
-
It'd be nice to be able to use more than 8 colours, or be able to use crossterm styling directly
-
Hey, author of crossterm here. Because of some discussion in wg-cli I came up to this crate and saw the issues.
Crossterm solves a lot of issues you've listed . Like input, clearing of screen, col…
-
As of 09/10/2023, Termion has no support for Windows.
As this looks like a project that shouldn't be attached to just Linux, I propose the use of Crossterm(Termion alternative) for the crossplatform…
-
**Describe the bug**
Inconsistent key event of "shifted" characters between Windows and Linux
**To Reproduce**
Steps to reproduce the behavior:
1. Run the official example of crossterm key event…
-
**Describe the bug**
Macchina does not work without /dev/stdin on macOS.
I've also tested on Arch Linux x86_64 and Arch Linux aarch64, they both work without /dev/stdin.
**To Reproduce**
Steps t…
-
## Description
when selecting a large, multi-line item in a list widget with `scroll_padding`, smaller items sometimes don't render until the next frame
## To Reproduce
here's some code that makes 26…
-
Hey,
In the other repo, you said adding Windows support shouldn't be too bad, so I thought I'd take a look at it.
Having a quick look, I think the main roadblock will be https://github.com/php-t…
-
crossterm support for reading events from /dev/tty only is limited on macos: https://github.com/crossterm-rs/crossterm/issues/396