From b8c3aaddbc3d6926e619c307202449428d49baea Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 5 Oct 2015 00:10:17 -0700 Subject: [PATCH] fixes #22 Full width characters not displayed in GB18030 --- tscreen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "? "