We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. running:
package main import ( "github.com/gdamore/tcell/v2" "github.com/rivo/tview" ) func main() { box := tview.NewBox().SetBorder(false).SetTitle("Hello, world!").SetBackgroundColor(tcell.ColorWhite) if err := tview.NewApplication().SetRoot(box, true).Run(); err != nil { panic(err) } }
I see the terminal color (blue) on the left, bottom and right borders:
The text was updated successfully, but these errors were encountered:
@paololazzari Is your terminal locked to the columns width and height of the TTY?
If you just fill your shell prompt with junk text, do they fill the spaces you are referencing?
Sorry, something went wrong.
No branches or pull requests
e.g. running:
I see the terminal color (blue) on the left, bottom and right borders:
The text was updated successfully, but these errors were encountered: