mirror of
https://github.com/rivo/tview.git
synced 2026-04-29 06:45:56 +03:00
[GH-ISSUE #833] padding reveals an area without background color #608
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#608
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tcurdt on GitHub (Apr 6, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/833
Unfortunately setting a padding reveals an area where I cannot set a background color.
Here the left and right padding is just white instead of black.
Why isn't the background color being used?
Originally posted by @tcurdt in https://github.com/rivo/tview/issues/831#issuecomment-1484148541
@rivo commented on GitHub (Jun 18, 2023):
I tried to reproduce this but couldn't. Please post a small code snippet that reproduces this issue.
@tcurdt commented on GitHub (Jul 3, 2023):
Here is a snippet from the code.
Let me know if that already helps.
Otherwise I need to try and extract the problem somehow.
@tcurdt commented on GitHub (Jul 3, 2023):
@digitallyserviced So far it feels a little unintuitive having to bother with this though.