-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pasting a multiline block of text does not autoMarkPrompts
#15813
Comments
Note: don't do this for
|
Similarly, this doesn't work if you I'm guessing it's because sendInput comes in through the paste handler. Might be able to fix |
I am somewhat anti-this. Most multi-line pastes are into things that aren't shells probably... |
The alt buffer doesn't have marks at all, so there's that to mitigate some concerns. FWIW I even tried doing (I may be able to fake this better with powershell) |
Okay, well, this actually will just never work (for probably obvious reasons). I'm focusing narrowly on the sendInput scenario here, but it's equally obvious for paste. When we call uhg. Goddard, options:
|
You know what, in light of how painful some of the proposed fixes are, and how specifically |
"experimental.autoMarkPrompts": true,
and"experimental.rightClickContextMenu": true,
Surely, when we paste text, we're not going through the same path in
Terminal.cpp
that marks enterThe text was updated successfully, but these errors were encountered: