m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Propertly fill window with background color

Close #805
This commit is contained in:
Junegunn Choi
2017-01-16 12:06:54 +09:00
parent f96173cbe4
commit 8e2e63f9b9
2 changed files with 9 additions and 0 deletions

View File

@@ -175,6 +175,10 @@ type ColorTheme struct {
Border Color
}
func (t *ColorTheme) HasBg() bool {
return t.Bg != colDefault
}
type Event struct {
Type int
Char rune