diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 02:49:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 02:49:21 -0600 |
| commit | 8522d4671e02f6271777d5bbf327d2d522a9c9ef (patch) | |
| tree | 434e5a546e9b813cdda7d7d297ade1dd84d37730 /init.go | |
| parent | 88e9594b9304aa8be7c1b766d54bb07979201a66 (diff) | |
stdout var cleanup
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") |
