mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Started to add more primitve unit tests for vertical text
This commit is contained in:
@@ -413,7 +413,7 @@ public class TextFormatter
|
||||
|
||||
if (lastZeroWidthPos is null)
|
||||
{
|
||||
if (idx < 0)
|
||||
if (idx < 0 || x + current + colOffset < 0)
|
||||
{
|
||||
current++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user