-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]Err Fprintln #94
Comments
From your screenshot it looks like you're using GoLand's integrated terminal and from prior experience they seem to have a bit of a buggy terminal. |
Hi, do you use monospace font on your terminals? The text seems to take less space than the frame characters. Another question is, what version of |
version is 1.0.1 |
Which terminal font are you using? |
font is |
Can you try to run the tcell demos and check if they work? https://github.com/gdamore/tcell/tree/master/_demos |
Can you also try the func main() {
g, err := gocui.NewGui(gocui.OutputNormal, true)
if err != nil {
log.Panicln(err)
}
defer g.Close()
g.ASCII = true // <- this line was added
g.SetManagerFunc(layout) Also I would like you to try this command in the terminal (alacritty or whatever you are using and seeing the problems):
Let us know how the output looks like. This is the same as |
when add ascII = true it's OK |
Ok and what about the |
Describe the bug
when i run hello example somting wrong
To Reproduce
run hello example
Expected behavior
correct print
Screenshots
Environment (please complete the following information):
Linux version 5.10.7-3-MANJARO (builduser@LEGION) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Fri Jan 15 21:11:34 UTC 2021
The text was updated successfully, but these errors were encountered: