提交 0abc0260 编写于 作者: J Junio C Hamano

pager: default to LESS=FRSX not LESS=FRS

Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 2eb53e65
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册