summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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 {