diff options
| author | tjp <tjp@ctrl-c.club> | 2024-01-05 10:02:07 -0700 |
|---|---|---|
| committer | tjp <tjp@ctrl-c.club> | 2024-01-05 10:02:07 -0700 |
| commit | a8bfa115fb7186643258d1d654b770c9773bff4a (patch) | |
| tree | 0077ca05305afc79c453830c4ff25bee086b8a6d /state.go | |
| parent | cccf020a84f7cfe7f17ea94dedb0e5fb89f57c94 (diff) | |
auto_pager bool to pager string always/auto/never
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ type BrowserState struct { CurrentTour *Tour Quiet bool - AutoPager bool + Pager string Readline *readline.Instance } |
