Raphael Amorim
Raphael Amorim
Oh yes, Rio doesn't have support for touch events but I would be super keen to add. I don't have any touchscreen device at the moment so will take a...
Also connected to the link I've sent https://github.com/alacritty/alacritty/blob/master/alacritty/src/event.rs#L1297
Closing it after #226 implementation
Hey @syrusakbary haven't start to port everything yet besides a quick test last month, but still have to finish the tier one of functionalities and decouple the renderer to serve...
Ah I just took a look on https://github.com/wasmerio/webassembly.sh Yes, I do think is possible to use Rio there. I plan to work in the WASM support once all basic functionalities...
Hey there @lypanov, iTerm2 and kitty image protocol are coming to the next version only (I am still wrapping up the branch work before merge). ~Although the docs are showing...
Progress on sixel branch ✅
Next version will include an initial version of sixel and iterm2 protocol. Regarding kitty image protocol I will work in the future.
Yes, sorry about the delay regarding this issue. Plugins should add support for this type of scenario as well. Once the plugin system is fully integrated or have an ongoing...
It was removed in main in the new API, now is `Scroll(1)` for `ScrollLineUp` and `Scroll(-1)` for `ScrollLineDown`