diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ func init() { // initial stdout window settings me.stdout.w = 180 me.stdout.h = 40 - me.stdout.offsetW = 30 - me.stdout.offsetH = 10 + me.stdout.lastW = 30 + me.stdout.lastH = 10 // Set(&me, "dense") |
