summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
authortjp <tjp@ctrl-c.club>2024-01-03 20:16:51 -0700
committertjp <tjp@ctrl-c.club>2024-01-03 20:16:51 -0700
commit2eee2b05608cb57051bac5774d03c3c7fc5f110b (patch)
tree46247212c4b33ffe0bcdd77426b8b7d9d43f6565 /state.go
parent1eec3cbbc2da95e116e70ab3911766886e499988 (diff)
auto_pager config option
Diffstat (limited to 'state.go')
-rw-r--r--state.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.go b/state.go
index 1ec000d..141fafb 100644
--- a/state.go
+++ b/state.go
@@ -18,6 +18,7 @@ type BrowserState struct {
CurrentTour *Tour
Quiet bool
+ AutoPager bool
Readline *readline.Instance
}