diff options
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 { |
