-
Hi, I might these 2 errors when installing Click on my laptop, could someone help to take a look?
```
error[E0277]: the trait bound `TableColor: From` is not satisfied
--> /Users/xxx.cargo/re…
-
I have a project called [interactive-parse](https://crates.io/crates/interactive-parse) that builds JsonSchema types interactively using inquire. It calls various inquire methods many times to eventua…
-
May be my question is not addressed correctly, just close issue.
I working on WASI based plugin system. And for terminal applications such as [helix](https://github.com/helix-editor/helix) I think th…
-
code:
`cargo add crossterm`
```rs
#[test]
fn t() {
// both of these freeze cargo next-test run
// crossterm::terminal::enable_raw_mode().unwrap();
// crossterm::cursor::position()…
-
See https://github.com/crossterm-rs/crossterm/issues/602 and https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
mo8it updated
4 months ago
-
**Describe the bug**
If i double click with a mouse (around half a second space between clicks) only the first click registers as event
**To Reproduce**
1.) Build and run code below
```rust
fn …
-
**Describe the bug**
After becoming orphaned, a `crossterm` process consumes 100% CPU on macOS.
This is a secondary issue observed whilst triaging https://github.com/fujiapple852/trippy/issues/6…
-
## Description
Ratatui only renders part of the code points when rendering Korean characters, which may be related to different Unicode normalization forms. macOS uses NFD (`가나다라마`), whi…
-
(UPDATE: The bug is due to https://github.com/crossterm-rs/crossterm/issues/500 and there is work in progress to fix it at https://github.com/crossterm-rs/crossterm/pull/711)
The bug seems to be un…
-
>
> This crate has two features:
> - ...
> - `crossterm-support`: Provides a wrapper type that let's [`crossterm`][crossterm] use xterm.js as a backend (located [here][crossterm-support]). Th…