-
**Describe the bug**
With default `ncurses` backend, `cursive` applications feel smooth and does not blink in e.g. Alacritty.
But with other backends (crossterm and termion), it seems like it just…
-
Hi,
Are you aware of that? It's either `crossterm`, or I'm using the wrong method for updating the spinner message.
Thank you for the update!
-
Hi, I am current making an SSH server. After user logged in, they will get a UI based on `tui` and `crossterm`.
However, it seems that crossterm relies on getting input from a specific file descrip…
-
I like use my shell's job control features, but it seems Ctrl + Z is catched by gitui, so that nothing happens when I press it. Ideally, this would get me back to my shell, with gitui as a suspended b…
-
It seems that newlines aren't included when text is pasted into the editor. I'll have to look over the crossterm configurations about this, because I'm quite certain it has worked before...
sidju updated
8 months ago
-
While currently this package is taken from Rust's `termion` and `crossterm` crates, we should look into more libraries from different languages and then work out a better design.
-
Bevy merged a PR [adding a `repeat` boolean](https://github.com/bevyengine/bevy/pull/14161) to the KeyboardInput struct, corresponding to an equivalent concept in `winit`. When forwarding crossterm ev…
-
moving the cursor/select text (using the built in selection) with the mouse
-
related: #20
According to [windows documentation](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-mouse_event):
>[in] dwFlags
>Controls various aspects of mouse motion and …
-
Hi,
I am the maintainer of `dua`, a tool to visualize disk usage and act on it, using `tui` with either the `termion` or `crossterm` backend.
Recently an [issue](https://github.com/Byron/dua-cli…
Byron updated
2 months ago