nsf / termbox-go

Pure Go termbox implementation

Home Page:http://godoc.org/github.com/nsf/termbox-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Init wrong size on Win7 cmd (non-English windows)

zsimple opened this issue · comments

I found the pull #168 Init a wrong buffer size on Win7 cmd (non-English windows).

When starting a termbox-go program, buffer size is too large for default cmd window.
image
The buffer size shows:
image

Below it the result use older version termbox-go, which looks prety good.
image

commented

Well, if you can fix it that'd be nice. Also there are similar libraries which claim to be better, have a look: https://github.com/gdamore/tcell

tcell looks wonderful, I played and found it doesnt works perfectly on my cmd either...

In fact I don't need display unicode character, so I decided to use termbox-go again, wih the old version(Sorry I don't have enough knowledge to fixed this issue now).