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
Given the following configuration for the TTY::Box.frame:
TTY::Box.frame
{ align: :left, border: :round, enable_color: true, padding: 1, style: { bg: :yellow, fg: :black, border: { fg: :red, bg: :yellow }, }, width: 114 }
The following is printed to my iTerm window:
style_args = { align: :left, border: :round, enable_color: true, padding: 1, style: { bg: :yellow, fg: :black, border: { fg: :red, bg: :yellow }, }, width: 114 } TTY::Box.frame(content, **style_args, &block)
The window is printed, but the background does not fully pain the rectangle.
Full rectangle of the same background color.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
Given the following configuration for the
TTY::Box.frame
:The following is printed to my iTerm window:
Steps to reproduce the problem
Actual behavior
The window is printed, but the background does not fully pain the rectangle.
Expected behaviour
Full rectangle of the same background color.
Describe your environment
The text was updated successfully, but these errors were encountered: