raphCode

Results 92 comments of raphCode

can confirm with Arch and alacritty.

To continue the discussion here: - strikethrough is achieved by appending a [unicode modifier codepoint](https://codepoints.net/U+0336) to any char that should be rendered strikethrough - this and other modifying codepoints have...

Maybe we can draw inspiration from tmux handling unicode stuff? I tried the striketrough thing and it worked there.

Ah yes, C can be awful at times, but the comment at the top explains: `Zero width characters are just appended onto the UTF-8 data for the previous cell.` Which...

Hi, thanks for reaching out! You could try to get some CPU / system load readings to see if some processes involved (zellij server, zellij client, ssh, chrome native shell)...

I'm a bit out of luck then, but I remember similar reports of low performance in some niche setups. You could try to throw a sampling profiler at the zellij...

Here I collected some info on how to do some profiling, maybe you can give it a try? https://github.com/zellij-org/zellij/issues/296#issuecomment-1181778239

Interesting information, I will try to investigate.

I think it could also be useful to "add" a new layout to current session, opening more tabs as required by the new layout. This would fit my workflow because...

Does this crash your session / the zellij server or are you able to reattach to your session afterwards?