mirror of https://github.com/cjbassi/gotop.git
Fixed help menu background
This commit is contained in:
parent
096182de4d
commit
4deb42706c
|
@ -46,7 +46,7 @@ func (hm *HelpMenu) Buffer() *ui.Buffer {
|
|||
|
||||
for y, line := range strings.Split(KEYBINDS, "\n") {
|
||||
for x, char := range line {
|
||||
buf.SetCell(x+1, y, ui.NewCell(char, ui.Color(7), ui.ColorDefault))
|
||||
buf.SetCell(x+1, y, ui.NewCell(char, ui.Color(7), hm.Bg))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue