Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/strbuf-utf8-replace'
[gitweb.git]
/
pager.c
diff --git
a/pager.c
b/pager.c
index 53670a63a7ae4dc3a9199671fe899c31251a916c..8b5cbc56e4fd57a1b9d2cad3e668df4c508a7b17 100644
(file)
--- a/
pager.c
+++ b/
pager.c
@@
-85,7
+85,7
@@
void setup_pager(void)
int i = 0;
if (!getenv("LESS"))
- env[i++] = "LESS=FR
S
X";
+ env[i++] = "LESS=FRX";
if (!getenv("LV"))
env[i++] = "LV=-c";
env[i] = NULL;