diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,8 +38,11 @@ func init() { // init the config struct default values Set(&me, "default") + // initial stdout window settings me.stdout.w = 180 me.stdout.h = 40 + me.stdout.offsetW = 30 + me.stdout.offsetH = 10 // Set(&me, "dense") |
