summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
authortjp <tjp@ctrl-c.club>2024-01-05 10:02:07 -0700
committertjp <tjp@ctrl-c.club>2024-01-05 10:02:07 -0700
commita8bfa115fb7186643258d1d654b770c9773bff4a (patch)
tree0077ca05305afc79c453830c4ff25bee086b8a6d /state.go
parentcccf020a84f7cfe7f17ea94dedb0e5fb89f57c94 (diff)
auto_pager bool to pager string always/auto/never
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
}