rio
rio copied to clipboard
A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
- [ ] hide toolbar should be able to drag as well (as winit does too) - [x] open url - [x] Finish initial menu - [ ] tab +...
Hi, I'm building current main (commit 7fc263754d) with debugging info enabled (just plain `cargo build`) on my Arch Linux machine. When I run rio, I got backtrace (run with `RUST_BACKTRACE=full...
This removes self written `Rgba` stuff which is already handled in the `image` crate.
Hello! I'm having some issues getting zsh with OhMyZSH to render glyphs. Fedora 40 almost a fresh install with KDE on Wayland, AMD GPU on mesa driver. Using the docs...
If you delete the first tab, the terminal automatically switches to the second tab, but the tab indicators are not updated. If you create a new tab and delete it...
On other competing terminals (e.g. `alacritty`, `foot`), colors mapped to `ESC[38;5;⟨n⟩m, n in {0..15}` (= `0`-`15` in 8-bit, 256 colors) are the same as `ESC[⟨n⟩m, n in {30..37, 90..97}` (=...
When I enter `docker stats` I see the text update every second and the cursor momentarily jumps to the beginning. This does not happen in `Apple Terminal`. But this does...
version: 0.0.36 platform: windows 11 When I try to paste multi-line text into rio terminal, it adds abnormal newline no matter with eol lf/ctlf. example: original text ``` select *...
If you cmd+click a markdown link, for example `[A link](https://link.com)` Rio will open a browser with `https://link.com)` which makes the url invalid, or well, not what you expect
As seen in the screenshot. There's lines between each line. It is clearly visible with light theme. Note sure what's wrong here? 🤔 Any idea?