Earlier quoted context omitted.
conhost.exe is the terminal, cmd.exe is the shell, this patch is in fact only currently used in conhost
conhost is in the terminal repo? Huh interesting, that surprises me.
The Windows Console gets support for Sixel images
21–30 of 40 posts
Re: The Windows Console gets support for Sixel images
#22Earlier quoted context omitted.
Terminal is built into newer versions of Windows 11.
They added directly finally? Good to know they hadn't when I got Win 11.
Re: The Windows Console gets support for Sixel images
#23Worth noting for people who don't use MS tech stack much, this is the new Terminal that you get from the windows store (for free) not cmd.exe Which anyone who knows how to actually use a terminal should have upgraded to years ago anyway, mind you.
I was about to express my surprise that such a major part of Windows was now open source on Github.
Re: The Windows Console gets support for Sixel images
#24Worth noting for people who don't use MS tech stack much, this is the new Terminal that you get from the windows store (for free) not cmd.exe Which anyone who knows how to actually use a terminal should have upgraded to years ago anyway, mind you.
conhost.exe is the terminal, cmd.exe is the shell, this patch is in fact only currently used in conhost
Re: The Windows Console gets support for Sixel images
#25https://en.wikipedia.org/wiki/Sixel
So this is basically writing to the terminal as if it's a six pin dot matrix printer? Are Sixel images actually used very often these days? Is support in Windows Console a big deal, or just lots of fun?
Re: The Windows Console gets support for Sixel images
#26that's nice, but .. wouldn't it be better to implement kitty graphics directly at this time ? https://sw.kovidgoyal.net/kitty/graphics-protocol/
how long until its just X11 with some extra steps :V
Re: The Windows Console gets support for Sixel images
#27that's nice, but .. wouldn't it be better to implement kitty graphics directly at this time ? https://sw.kovidgoyal.net/kitty/graphics-protocol/
Re: The Windows Console gets support for Sixel images
#28Re: The Windows Console gets support for Sixel images
#29Re: The Windows Console gets support for Sixel images
#30Earlier quoted context omitted.
They added directly finally? Good to know they hadn't when I got Win 11.
We shipped it (the Terminal) with the first versions of Windows 11. I don't think the "default terminal" feature defaulted to the new Terminal in the first win11 builds, but it should now. And you can always pick whichever terminal you want as the default terminal
And I just type term when I hit the windows key anyway so default mostly doesn't matter for me, but good to know.