diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ func init() { // init the config struct default values Set(&me, "default") + me.stdout.w = 180 + me.stdout.h = 40 + // Set(&me, "dense") me.myTree = tree.New() |
