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