]> git.ipfire.org Git - thirdparty/util-linux.git/commit
more: add display_file() to show files and stdin
authorSami Kerola <kerolasa@iki.fi>
Sat, 28 Mar 2020 07:50:43 +0000 (07:50 +0000)
committerSami Kerola <kerolasa@iki.fi>
Sat, 28 Mar 2020 07:55:59 +0000 (07:55 +0000)
commit63f96f682f7ee1f78ff0dbf0925aaee6814f94e8
tree79b4155ef71a655c900597dcafe1a01d932b5d01
parent22ff9a38cb265006e02497c68c4fd0428496c64f
more: add display_file() to show files and stdin

Earlier main() inline code implemented input files and stdin displaying
separately.  With small restructuring this code can be shared.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
text-utils/more.c