Raphael Amorim
Raphael Amorim
I cannot reproduce it in 0.1.x releases, will be closing it for now but please let me know anything and I can reopen this issue 🙏
Hey there @TitanNano thanks for the issue, isn't `background-opacity` (with `-`)? Hmm, will try to reproduce, which version is that?
Hey @gplusplus314 thanks for the issue, Could you remove these lines from your configuration and test again? ```toml { key = "c", with = "control | shift", action = "Copy"...
@ehjmx is this still happening on 0.1.7?
Thank you for testing it @andrewcrook ! I will close this issue for now but anything let me know
Good findings, yes those behaviors should be fixed. Now cursor can come either from terminal and state, most of times comes from state, but would be good move part of...
> Are the changes required affected by https://github.com/raphamorim/rio/pull/428? No shouldn't be affected, #428 should touch mostly sugarloaf crate. > I also noticed selecting text is a lot slower when blinking-cursor...
@hougesen is this happening still right? I've tried to reproduce locally without success. Is your configuration for cursor blinking true?
I've pushed a change to main, I think it should fix this issue (and also improve the overall experience for tabs) could you take a look later? 🙏
Good findings @RaySlash Wonder if we could use CursorIcon still, they have a map for alternative as well https://github.com/rust-windowing/cursor-icon/blob/main/src/lib.rs#L340