From 2eee2b05608cb57051bac5774d03c3c7fc5f110b Mon Sep 17 00:00:00 2001 From: tjp Date: Wed, 3 Jan 2024 20:16:51 -0700 Subject: auto_pager config option --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') 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 { -- cgit v1.2.3