]> git.ipfire.org Git - thirdparty/util-linux.git/commit
column: make input() more generic
authorKarel Zak <kzak@redhat.com>
Wed, 1 Mar 2017 14:05:47 +0000 (15:05 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 2 May 2017 10:17:59 +0000 (12:17 +0200)
commit0784187d141f1889dca331312c4c668502d0f4bb
treeb82a04b20df0097c9bb5a1f60d55d8c93babd15e
parent2593c139980d549878b782d1c3931f258b332021
column: make input() more generic

* remove line size limit
* use multi-byte rather than wchar when read input
* prepare for future libsmartcols use in input() for table

Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/column.c