summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index feeff53..6a6c885 100644
--- a/state.go
+++ b/state.go
@@ -18,7 +18,7 @@ type BrowserState struct {
CurrentTour *Tour
Quiet bool
- AutoPager bool
+ Pager string
Readline *readline.Instance
}