jansol
jansol
A likely related problem is that I'm getting some *really* bad flickering on the desktop when HDR is enabled. Seems the refresh rate is very unstable, and judging from the...
Feels like this has become even more frequent with RC1
Would be nice to have a new release that includes that fix.
Basically the terminal emulator would mainly provide rendering and input and the actual terminal emulation is done by tmux AFAIK. [iTerm2](https://github.com/gnachman/iTerm2/tree/master/sources) has probably the most well known implementation of this.
The main difference to just setting tmux as the shell is that with control mode you get an actual terminal emulator window for all windows in the attached tmux session...
Not sure what you mean? The point here is having a nicer interface for a persistent tmux session, be it local or remote.
I mean I have no idea how you'd get a persistent reattachable session with a shell. But okay. This issue was meant partially as a feature request and partially to...
Fix decompression for images that have a height which is more than one block and not a multiple of 4
Thanks for pointing this out! Would you happen to have a small test file that could be added to `lib/src/test_data.rs` so we can keep an eye on this case in...
Fix decompression for images that have a height which is more than one block and not a multiple of 4
Awesome, thanks! I'll merge this and add a regression test with that data when I get to my PC which has the appropriate dev setup (might not happen until next...
Fix decompression for images that have a height which is more than one block and not a multiple of 4
Sorry, ended up bike shedding a bit more on the actual test implementation than I had planned.