-
- sometimes when started there is an extra blank line and the cursor is positioned on the second line
- if I type a single character it is repeated in the widget
![image](https://user-images.githu…
-
Hi, do we have a chance to release a new version? So some crates which uses `crossterm 0.26.1` won't conflict with it :-)
-
```
debug_assert!(
!line.contains('\n'),
"string given to insert_str must not contain newline: {:?}",
line,
);
```
it should be looking at t…
-
### Summary
Under some conditions editing a file in any way triggers a segmentation fault.
I have not been able to determine the specific conditions this occurs, but it seems to happen when perfor…
-
Do you remember why you chose `termion` backend for Linux instead of `crossterm`? I know this was a while back so it might not be that relevant today, but just curious is all.
-
I have a couple of questions. So I'm trying make an input bar where you can type and delete. The terminal emulator I am using is [st](http://st.suckless.org/)
If you were type "你好嗎":
- then back…
-
[Eat](https://codeberg.org/akib/emacs-eat) is a promising new Emacs terminal emulator. It seems to work substantially better than the built-in `term.el`, and — unlike vterm — has no external dependenc…
-
## Description
I was trying to migrate my project from tui to this fork and i had everything working but for some reason my project started complaining that crates are not resolved so i've adde…
-
**Describe the bug**
When using the `use_nerdfont = true` option, some visual glitches are present in the interface and the glyphs are not properly rendered.
**To Reproduce**
1. In the `config.to…
-
It's guaranteed that `read` won't block, because `poll` returned
`Ok(true)`.
https://api.github.com/getcollective-ai/collective/blob/0fe1c98815cc8b931b0577e2d5ccefd5a384258f/code/frontend-cli/src/ma…