Make typing 'q' or 'Q' work for the show command as the pager prompt
says it should.
This commit is contained in:
parent
76631bb35a
commit
f98558ff74
@ -246,7 +246,8 @@ command_show(int argc, char *argv[])
|
||||
pager_output("=");
|
||||
pager_output(cp);
|
||||
}
|
||||
pager_output("\n");
|
||||
if (pager_output("\n"))
|
||||
break;
|
||||
}
|
||||
pager_close();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user