From a8bfa115fb7186643258d1d654b770c9773bff4a Mon Sep 17 00:00:00 2001 From: tjp Date: Fri, 5 Jan 2024 10:02:07 -0700 Subject: auto_pager bool to pager string always/auto/never --- state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'state.go') 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 } -- cgit v1.2.3