summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-29 11:07:14 -0700
committerJeff Carr <[email protected]>2019-05-29 11:07:14 -0700
commit5a24461b59b49f622283951e1891559f6323a42d (patch)
tree07724389e4e73f86657ff5364e9047c3ab8b205d /splash.go
parentbe2a69804a5b8823d450ec5a478766c3d8f4acac (diff)
fix crash
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
-rw-r--r--splash.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/splash.go b/splash.go
index 194e556..8558beb 100644
--- a/splash.go
+++ b/splash.go
@@ -14,6 +14,7 @@ func ShowSplashBox() *ui.Box {
newbox := ui.NewVerticalBox()
newbox.SetPadded(true)
+ myAH = new(AreaHandler)
newText := makeAttributedString()
myAH.Attrstr = newText
newAH := makeSplashArea()