diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 03:09:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 03:09:13 -0600 |
| commit | d2c3db7b58381a919fdf51d2f0a2264c6605ff99 (patch) | |
| tree | a24687a85e7f0d2b310fcf80cfbde3f3d4793559 /init.go | |
| parent | d0e35bb98fde78d9d804ab68e11f3f4ef9bbc711 (diff) | |
more work on stdout settings
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") |
