raphCode
raphCode
Oh nice, this wasn't even our fault :D Should we close this then?
What is the advantage over our currently supported package managers / install methods? This is a honest question since I personally never saw the need to use snap / flatpack.
When weird escape codes are produced directly after client startup, these could be related to our sixel support: We query the terminal emulator for sixel support and its color palette...
This actually looks like a different problem to me: The terminal responds correctly to our color palette queries but too slow / too late. I believe the terminal emulator runs...
In case @newhook is running the latest version (v0.31.4), it could indeed be this issue since the fix is still unreleased: https://github.com/zellij-org/zellij/issues/1532
The following refers to `bash`: I played around a bit and also got `Ctrl-C` to break once but cannot relieably reproduce. Weird. The duplicate text is partly because of the...
> Possibly `fish` is escaping `'` characters Yep, I just tried pasting it in fish and it seems it automatically adds a backslash to escape `'` when pasting it. On...
In the screenshot I pressed `Ctrl-L` before the command to have a clean terminal. But I just tried again with the first command being `echo '` and then pasting the...
Is the idea to nest them like so: Process supervision > watchexec > application And then have the Process supervision framework forwarding signals either to watchexec or the application? Do...
> 0. think about how to exit watchexec without having Ctrl-C Would it be an acceptable way to accomplish this utilizing the shell's job control? Like suspending the process group...