diff options
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ func (PromptPrinter) PrintPage(state *BrowserState, body string) error { return nil } - lessarg := []string{"-R"} + lessarg := []string{"-R", "-X"} switch state.Pager { case "auto": lessarg = append(lessarg, "-F") |
