diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 11:07:14 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 11:07:14 -0700 |
| commit | 5a24461b59b49f622283951e1891559f6323a42d (patch) | |
| tree | 07724389e4e73f86657ff5364e9047c3ab8b205d /splash.go | |
| parent | be2a69804a5b8823d450ec5a478766c3d8f4acac (diff) | |
fix crash
Signed-off-by: Jeff Carr <[email protected]>
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() |
