Make typing 'q' or 'Q' work for the show command as the pager prompt

says it should.
This commit is contained in:
Paul Saab 2000-06-14 09:05:03 +00:00
parent 76631bb35a
commit f98558ff74

View File

@ -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 {