Use sensible-pager

Closes: #1014368
This commit is contained in:
Chris Hofstaedtler 2022-07-14 09:54:01 +00:00 committed by su-fang
parent c118fad68b
commit 09b6184cdc
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ static void __setup_pager(void)
return;
if (!pager)
pager = "less";
pager = "sensible-pager";
else if (!*pager || !strcmp(pager, "cat"))
return;