Skip to content

Commit

Permalink
pager: default to LESS=FRSX not LESS=FRS
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 23, 2006
1 parent 2eb53e6 commit 0abc026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pager.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void setup_pager(void)
close(fd[0]);
close(fd[1]);

setenv("LESS", "FRS", 0);
setenv("LESS", "FRSX", 0);
run_pager(pager);
die("unable to execute pager '%s'", pager);
exit(255);
Expand Down

0 comments on commit 0abc026

Please sign in to comment.