Dustin L. Howett
Dustin L. Howett
Are you using ssh from within WSL, or the native Windows build of ssh?
Thanks for reporting! It looks like this might be a /duplicate of #18004, and may be remediated by [changing the escape dwell time](https://github.com/microsoft/terminal/issues/18004#issuecomment-2651799118). > You can try setting that back...
ARGH, sorry about that!
The proximal root cause is that vim is requesting a terminal cursor color report. It's weird to me that they're dropping it on the floor when it finally comes back...
I'd love to see a full debug tap log if possible. Somebody is requesting the color report and ignoring it, after all... :) The hallmark to look for is `␛]11;?`...
 Weird! There's definitely somebody requesting a foreground color report right before your prompt but after the application output...
That background process is likely WindowsTerminal.exe. We don't have any other background processes in that mode. :)
It's `WindowsTerminal`. Not just `Terminal`! If it isn't running, you don't have headless mode. :)
Yup, we should probably do this. The GDI engine doesn't support it, so it'll have to get in line behind "conhost uses Atlas Engine" and perhaps "we make the settings...
Absolutely. I'm down for that.