Regression in line wrapping from #2924 #4242

Open
opened 2026-01-30 23:41:54 +00:00 by claunia · 0 comments
Owner

Originally created by @DHowett-MSFT on GitHub (Oct 4, 2019).

Originally assigned to: @DHowett-MSFT, @miniksa on GitHub.

When you get to the end of a line in Terminal, it now disagrees with conhost as to where the next line goes.

Terminal:

aaaaaaaaaa|
          |
aaaa      |

Conhost:

aaaaaaaaaa|
aaaa      |

Possible regression from #2924.

Originally created by @DHowett-MSFT on GitHub (Oct 4, 2019). Originally assigned to: @DHowett-MSFT, @miniksa on GitHub. When you get to the end of a line in Terminal, it now disagrees with conhost as to where the next line goes. Terminal: ``` aaaaaaaaaa| | aaaa | ``` Conhost: ``` aaaaaaaaaa| aaaa | ``` Possible regression from #2924.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4242