summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 19:00:00 -0600
committerJeff Carr <[email protected]>2025-02-06 19:00:00 -0600
commit2a5734892a85804b6c44a0cd8dd22d20fed21d96 (patch)
tree55e4164094dd468a8ef1812ed1cae5e7a605fc01 /structs.go
parentf5d465901d2ec48e145c3c7ce04eceb69445a11f (diff)
trying to fix Hidden() to use the parent
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 01a7f49..310f4cf 100644
--- a/structs.go
+++ b/structs.go
@@ -88,7 +88,7 @@ type stdout struct {
init bool // moves the window offscreen on startup
resize bool // user is resizing the window
outputS []string // the buffer of all the output
-
+ pager int // allows the user to page through the buffer
}
// settings for the dropdown window