-
>
> 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…
-
Hello 👋🏼 First of all thanks a lot for the great presentation tool, I'm currently using it for my upcoming EuroRust talk :)
One thing that I felt missing (after switching to `presenterm` from Googl…
orhun updated
2 months ago
-
It would be nice to support [bracketed paste](https://en.wikipedia.org/wiki/Bracketed-paste) mode.
This is how crossterm implements it: https://docs.rs/crossterm/0.26.0/src/crossterm/event.rs.html…
-
Bug report
# Problem description
Crossterm 0.16 has a critical bug on linux (https://github.com/crossterm-rs/crossterm/pull/383).
The issue is fixed in master (commit 007063896e8b310a6711d7ab…
-
## Reproduction
When `snakepipe gamestate|snakepipenode validate` exits after ctrl+C, the cursor of the terminal is not aligned.
It happens most of the times, but some times, when you just `…
-
I'm getting a panic for this line: https://github.com/crossterm-rs/crossterm/blob/5b19aa6d6a74438c6db4bfad4be220b400ab53da/src/event/read.rs#L38
https://github.com/kdheepak/taskwarrior-tui/runs/621…
-
**Describe the bug**
For some reason crossterm does not fill whole terminal with color(see padding on right and on the bottom), even though I added more rows +100(check the code below) but it does no…
-
I'm in a situation where I am pinning ratatui to version 0.27 (and crossterm to 0.27), but ratatui-macros is pulling in ratatui 0.28 anyway (and crossterm 0.28.1 anyway). The root cause of this is be…
matta updated
3 months ago
-
## Description
I'm trying to render text that contains tabs but the tab character is not rendered.
## To Reproduce
Here's the code:
```rust
use std::io::{self, stdout};
use crossterm::{
ev…
-
**Describe the bug**
Hovering over a button presses it when using the crossterm backend. Termion has the correct behavior.
**To Reproduce**
1. `cursive = { version = "0.20.0", default-features = …