Results 841 comments of Christian Duerr

Looking into this again, it's definitely not a duplicate, however since this works great on Linux my assumption would still be that Windows is doing something stupid here. I'd assume...

@DRiKE https://github.com/jwilm/alacritty/issues/2844

Why set a starting directory if it doesn't exist yet?

Well if you use `--working-directory`, Alacritty will emit an error rather than crashing. But for a configuration option I'd expect the path specified to exist.

> Why is there a difference between this command-line option and the configuration option? Because a path passed through the commandline is much more ephemeral. A path permanently configured as...

> Have there been any attempts yet? There have not. > Sounds like something I could try to implement, but unfortunately I'm pretty busy. Might get around to it in...

@Aaron1011 If you have any specific questions, please let me know either here or on the Alacritty IRC on freenode.

Sixel is a standardized and accepted protocol. Kitty's own protocol is not.

The notion that once one protocol is implemented we could just tack on the other formats in a few minutes of work is entirely false. The different formats might share...

Getting the image buffer to display once you have it shouldn't be that much work. The biggest trouble is taking the escape sequence and somehow getting an RGB(A) buffer out...