IME text wrapping should wrap to the left side of the Terminal #6987

Closed
opened 2026-01-31 00:52:25 +00:00 by claunia · 1 comment
Owner

Originally created by @leonMSFT on GitHub (Mar 19, 2020).

Current behavior

IME Text Wrapping is/was enabled by #5005, but it only allows wrapping to start at the cursor's current X position like so:
image

Expected behavior

The text wrapping should wrap to the beginning of the next line.

Originally created by @leonMSFT on GitHub (Mar 19, 2020). # Current behavior IME Text Wrapping is/was enabled by #5005, but it only allows wrapping to start at the cursor's current X position like so: ![image](https://user-images.githubusercontent.com/57155886/77026583-3b841200-6951-11ea-9924-1e12c59c5029.png) # Expected behavior The text wrapping should wrap to the beginning of the next line.
Author
Owner

@DHowett-MSFT commented on GitHub (Mar 19, 2020):

Notes: In discussion we considered making the TextBlock the full width of the terminal and padding to the cursor start position with spaces. This could have an undesired visual impact if we can't suppress the underline, as it would underline the entire line.

This would naturally be obsoleted by buffer-level composition.

@DHowett-MSFT commented on GitHub (Mar 19, 2020): Notes: In discussion we considered making the TextBlock the full width of the terminal and padding to the cursor start position with spaces. This could have an undesired visual impact if we can't suppress the underline, as it would underline the entire line. This would naturally be obsoleted by buffer-level composition.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6987