Skip to content

Commit b8e568d

Browse files
committed
Add matching background color to the table so it fills the terminal
1 parent 258e078 commit b8e568d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func NewService(conf *Config) *Service {
4040
SetFixed(1, 0).
4141
SetSelectable(true, false)
4242
table.SetBorderPadding(0, 0, 1, 1)
43+
table.SetBackgroundColor(tcell.ColorBlack.TrueColor())
4344

4445
app.SetRoot(table, true)
4546

0 commit comments

Comments
 (0)