summaryrefslogtreecommitdiff
path: root/main.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 /main.go
parent1eec3cbbc2da95e116e70ab3911766886e499988 (diff)
auto_pager config option
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 2916be7..2e88ce6 100644
--- a/main.go
+++ b/main.go
@@ -17,6 +17,7 @@ func main() {
state := NewBrowserState()
state.Quiet = conf.Quiet
+ state.AutoPager = conf.AutoPager
rl, err := readline.New(Prompt)
if err != nil {