termbox-go icon indicating copy to clipboard operation
termbox-go copied to clipboard

misplaced on windows

Open stevenyangecho opened this issue 9 years ago • 1 comments

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 doubleclick

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

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

stevenyangecho avatar Jul 07 '16 08:07 stevenyangecho

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.

nsf avatar Jul 07 '16 17:07 nsf