Dustin L. Howett

Results 870 comments of Dustin L. Howett

PowerShell and CMD both resume writing input at the _old_ cursor position after we clear the buffer this way: ![image](https://github.com/user-attachments/assets/502bbfef-74a7-4cff-a885-317b4976cf1d)

Clearing the buffer this way after the viewport scrolls down results in a loss of the prompt: ![WindowsTerminal_NcoNMNUI7c](https://github.com/user-attachments/assets/749857d5-c2b7-4285-9830-926522903527)

> 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...