diff options
| author | Jeff Carr <[email protected]> | 2019-05-30 01:58:05 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-30 01:58:05 -0700 |
| commit | 64472bd95f494cf70f1a64f2bcb1269679063e92 (patch) | |
| tree | 1e4ee2a2727ff8aaf000b5cd9c82aa6f55157259 /area.go | |
| parent | 4b16e165470d537eaf50349529c46fedc33f5bf1 (diff) | |
generate subdomain
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ func makeSplashArea(wm *WindowMap, ah *AreaHandler) { // ah.Attrstr = makeAttributedString() ah.Area = ui.NewArea(ah) newB.A = ah.Area + newB.WM = wm // Data.AllButtons[1].A = ah.Area // ah.Button = &Data.AllButtons[1] ah.Button = newB |
