termbox-go
termbox-go copied to clipboard
misplaced on windows
on win10 x64 screen resolution 1920_1080 cmd console window 200_40 build with go 1.6.2 I just build the demo editbox.go
and if I doubleclick editbox.exe it will be fine

but when I run it with cmd console
it will be misplaced

and I send the editbox.exe to a small screen 1366_768
cmd console window 80_40
it will be both misplaced with two run way~~
any help ?thanks
I don't know, in some locales that unicode line just takes two cells. To make it work correctly in such locales a special care needs to be taken by application and render that line every two cells. Edit box example doesn't do that iirc.