Dustin L. Howett
Dustin L. Howett
PowerShell and CMD both resume writing input at the _old_ cursor position after we clear the buffer this way: 
Clearing the buffer this way after the viewport scrolls down results in a loss of the prompt: 
> That's already the case before this PR, though. Huh. Was it the case before 1.22/the conPTY rewrite?
> How does 7z do this on Linux/Unix? https://github.com/libarchive/libarchive/pull/2252#issuecomment-2183551147 This touches on a few cases that I looked at on Linux. Are there specific examples you'd like to see? I...
Is this a Windows distribution of `hashcat` you're running under WSL? (Can you run `file hashcat.exe`?) If you by chance enable window ops in xterm, do you get a different...
Hmm. While we try to figure out what the underlying issue is, I have a few questions: - Are you using any shell extensions that change windowing behavior? Replace the...
This may seem wild, but can you try a couple more things/? - Open settings and then resize the window slightly. Does it start working? - Enable the "Scroll inactive...
Thanks all for participating! This discussion has gotten a bit too heated and we have clear next steps, so I'm going to lock it to avoid its descent into chaos.
Is it guaranteed that `SCOOP` and `SCOOP_GLOBAL` are set? Every location we search needs a differentiator; otherwise, we may detect three instances of PowerShell and they'll collapse into one. Right...