2
0

2 Revīzijas 42306062a4 ... 76565b3c07

Autors SHA1 Ziņojums Datums
  blackwine 76565b3c07 becoming a party pig 1 mēnesi atpakaļ
  blackwine 42306062a4 becoming a party pig 1 mēnesi atpakaļ
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      bar.go

+ 1 - 0
bar.go

@@ -80,6 +80,7 @@ func NewScreenBar(title string) *ScreenBar {
 	return bar
 }
 
+// Set title visible on the bar
 func (bar *ScreenBar) setTitle(msg *osc.Message) {
 	for _, arg := range msg.Arguments {
 		switch arg.(type) {