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