diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 09:00:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 09:00:40 -0600 |
| commit | 87d31a3d94a26c733e3efda9dd2f60688332bc5a (patch) | |
| tree | ed32eade7a266e645e10a639aac55220b4c5594f /structs.go | |
| parent | c5d9522c0b1d176ecea10b9347c65dc6d99e898e (diff) | |
stub in code to page large windows
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -163,7 +163,9 @@ type window struct { order int // what level the window is on // resize bool // only set the title once collapsed bool // only show the window title bar - dense bool // true if the window is huge + dense bool // true if the window is dense + large bool // true if the window is huge + pager int // allows the user to page through the window } type colorT struct { |
