chiark / gitweb /
pager: add a trivial internal pager
authorMichal Schmidt <mschmidt@redhat.com>
Mon, 26 Sep 2011 21:02:56 +0000 (23:02 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Tue, 27 Sep 2011 09:57:24 +0000 (11:57 +0200)
commit4a8e40ebd0938850d326c33a3d563c6cd44d47b4
tree9fee9a03c3429d52fdfdfcae755d7c51ea0b328d
parent7c83341a593160e2b4739bdb8a1ad76b21bbdf9e
pager: add a trivial internal pager

In the very unlikely scenario where none of the external pagers is
available, use an internal implementation to pass stdin to stdout.

Don't bother with trying 'cat', because it's no more useful than the
internal pager.

https://bugzilla.redhat.com/show_bug.cgi?id=713707
src/pager.c