]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/tty: don't truncate output on non-terminals
authorKarel Zak <kzak@redhat.com>
Tue, 19 Feb 2013 13:10:24 +0000 (14:10 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 19 Feb 2013 13:10:24 +0000 (14:10 +0100)
commit3785056ca8115d4c0b402abf788219be6203ebb3
tree73b4b393b25cca67a04c59904801cec23cab44b5
parent9148b9bb4735fcc65453ce14cc6df708ff8d24e0
lib/tty: don't truncate output on non-terminals

 for example:

$ findmnt | cat
$ lslocks > foo

 the output should not be truncated.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/tt.h
lib/tt.c