Dustin L. Howett
Dustin L. Howett
Thanks for capturing those! I'm surprised to see that the data is getting yeeted into the input buffer correctly. ``` ␛[17;29;0;1;40;1_␛[200~{␣"a":␣1␣}␛[201~ [Ctrl Down] BP+ Content BP- ``` Would you mind...
> Does anybody is aware of a workaround? Does right-click paste exhibit the same problem? Sorry, I can't remember if we'd asked this before but I didn't see it in...
> does anybody know how to test the fix? The [canary build](https://github.com/microsoft/terminal/discussions/16121)!
Thanks for confirming! This change is being released today as part of a 1.22 and 1.23 patch update. :)
Well, it missed the boat for 1.23. It'll be in the _next_ 1.23 build. It's in 1.22 though!
> `\r` is what the shell considers to be an "Enter" press so if we send `\n` delimited strings the shell will treat it as a multi-line paste. `cmd` has...
Hmmmmmmm. Well, that's not good. Thanks!
Notes from discussion: maybe we should persist the window layout (cheap) every couple minutes or whatever, but not the buffers yet (too expensive to do serially). Right now, we only...
We got a big windowing rearchitecture in between when this PR was filed and I realized it was sitting in the draft queue (Today!) Really sorry about the atrociously slow...
Hmm. I think it's mostly written up in the description for #18215. If you need more than what's written there (which would not come as a surprise; it is rather...