diff options
Diffstat (limited to 'splash.go')
| -rw-r--r-- | splash.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ func ShowSplashBox() *ui.Box { newbox := ui.NewVerticalBox() newbox.SetPadded(true) + myAH = new(AreaHandler) newText := makeAttributedString() myAH.Attrstr = newText newAH := makeSplashArea() |
