Right click in conhost.exe is now entering multiline, but in reverse order #5493

Open
opened 2026-01-31 00:14:40 +00:00 by claunia · 0 comments
Owner

Originally created by @ekoschik on GitHub (Dec 10, 2019).

Copy three lines, for example:
$myList = @()
$myList += 'asdf'
$myList.count

Using ctrl+v to paste into (powershell) conhost works fine, and recently right clicking would have entered each line independently (not multi-line). Now though, it's entering each line in a multi-line, but in reverse order.

$myList.count

$myList += 'asdf'
$myList = @()

not sure how to check my conhost.exe version, but my windows build is:
19530.rs_onecore_dep_ixp5.191204

Originally created by @ekoschik on GitHub (Dec 10, 2019). Copy three lines, for example: $myList = @() $myList += 'asdf' $myList.count Using ctrl+v to paste into (powershell) conhost works fine, and recently right clicking would have entered each line independently (not multi-line). Now though, it's entering each line in a multi-line, but in reverse order. > $myList.count >> $myList += 'asdf' >> $myList = @() not sure how to check my conhost.exe version, but my windows build is: 19530.rs_onecore_dep_ixp5.191204
claunia added the Needs-TriageNeeds-Tag-FixResolution-No-Repro labels 2026-01-31 00:14:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5493