-
-
Notifications
You must be signed in to change notification settings - Fork 124
weird example rendering #85
Comments
I have tried combinations of the different configurations you mentioned, but I'm not able to reproduce your screenshot. Are you seeing the same issues with the other examples? Is your screenshot what you get directly on start, or after resizing? |
Driveby: would https://asciinema.org be helpful in conveying reproductions / captures? |
@doubajam : What's your locale? I note that |
@cceckman |
Can you reproduce this with tui-go 0.3.0? There was some improved handling of rune widths in the word wrap, but I don't think bug bordering has changed, so it may still be an issue. And- can you dump the output of the Thanks for bringing this up! |
I can reproduce on e15c085
|
Thanks! I can definitely reproduce using those locale settings, while it works as expected under my own - see screencap at https://asciinema.org/a/155655 for how I reproduced. I'm guessing |
OK, quick trace through indicates this may be an issue with The stack is To quote there,
What about
So- for the runes used to draw borders, how wide does |
So what can we do for fixing it?
|
Hi, I am trying to use
tui-go
but I cannot reproduce the example screenshot on my mbp
I just
go get -u -v github.com/marcusolsson/tui-go
and
go run example/chat/main.go
then get this
any suggestion?
I have tried different terminals(terminal.App, iterm2, vscode terminal),
different shells(bash, zsh) and
different fonts(menlo, mocano, .etc)...
go version: go1.9.2 darwin/amd64
tui-go: dc279e8
The text was updated successfully, but these errors were encountered: