diff --git a/tscreen.go b/tscreen.go index 6816776..e9d75ff 100644 --- a/tscreen.go +++ b/tscreen.go @@ -384,7 +384,7 @@ func (t *tScreen) drawCell(x, y int, cell *Cell) { } } } - if cell.Width > 1 { + if cell.Width > 1 && str == "?" { // No FullWidth character support if x < t.w-1 { str = "? "