Steve Mathew Joy
Steve Mathew Joy
@Stupremee the videos looks corrupted. Do you have any kind of scaling turned on? I reckon you can post your configuration for better clarity here. Cheers!
@Stupremee videos are still broken or is that how u see. All I see is this:  Black bg with some grain like pixels.
Do you have cursor set explicitly in the `config.toml`? If not try doing that and report back. ```toml cursor = "▇" blinking-cursor = true ```
weird. Can you post output of `RIO_LOG_LEVEL=debug rio > debug_log-rio.txt` here? while capturing log, replicate your scenario. Also Can you write exact steps to reproduce your bug in the main...
after a few googling sessions, I was able to find this https://github.com/wez/wezterm/commit/ecc63e2e5d4938049f9bd36ba70deb379315c3ea in the Wezterm git. Major issue is that the cursor is looking for text type which has less...
That should be good. Seems like a solid plan for now. We could setup `alt_names` as a fallback just exactly as its described in [cursor-icon](https://github.com/rust-windowing/cursor-icon/blob/9a8f7d0fea56b6d032041f83ff0142325e848ea0/src/lib.rs#L330C14-L330C14). 🥳