summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index 17d595d..ce60e2a 100644
--- a/state.go
+++ b/state.go
@@ -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")