microsoft/Terminal

Wrap double-height text properly

Offen

#15.681 geöffnet am 09.07.2023

 (9 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (9.275 Forks)batch import
Area-OutputHelp WantedIssue-TaskProduct-Conhost

Repository-Metriken

Stars
 (103.173 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Windows Terminal version

No response

Windows build number

No response

Other Software

No response

Steps to reproduce

Create double-height text and then use it to write a line longer than the width of the current console window/pane

Expected Behavior

that it would wrap into another double-height line

Actual Behavior

It actually breaks the double-height line into two and ruins the effect, and then wraps the remainder twice as single height lines

image

Perhaps the wrapped text of a "big" line can be buffered and if it matches the wrapped text of the next line and that line is also "big", then a new "big" line can be created with the wrapped text and inserted after?

Contributor Guide