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 --- state.go | 1 + 1 file changed, 1 insertion(+) (limited to 'state.go') 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 } -- cgit v1.2.3