summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 09:00:40 -0600
committerJeff Carr <[email protected]>2025-02-09 09:00:40 -0600
commit87d31a3d94a26c733e3efda9dd2f60688332bc5a (patch)
treeed32eade7a266e645e10a639aac55220b4c5594f /structs.go
parentc5d9522c0b1d176ecea10b9347c65dc6d99e898e (diff)
stub in code to page large windows
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index a9d07e6..eb3905f 100644
--- a/structs.go
+++ b/structs.go
@@ -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 {