title lines are now displayed

This commit is contained in:
Kovid Goyal
2023-03-19 20:44:39 +05:30
parent 5d8b5ab720
commit ef7f13d893
4 changed files with 34 additions and 9 deletions

View File

@@ -389,7 +389,7 @@ const (
FOREGROUND = 10
CURSOR = 12
SELECTION_BG = 17
SELECTION_FG = 18
SELECTION_FG = 19
)
func (self *Loop) SetDefaultColor(which DefaultColor, val style.RGBA) {