util-linux/libsmartcols
Karel Zak a797704d5d libsmartcols: don't print empty column
The commit 0f9f927b6f forces
libsmartcols to use one byte as a minimal column width. This seems
like a bug if the column is empty and without header.

$ printf '🅰️b\n' | column -t -s ':' -o ':'
 🅰️b

Fixed version:
$ printf '🅰️b\n' | column -t -s ':' -o ':'
🅰️b

Reported-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
2018-06-04 15:20:28 +02:00
..
docs libsmartcols: improve JSON support (add types) 2018-04-03 15:10:10 +02:00
samples sample-scols-title: add left title without padding 2017-12-12 13:16:54 +01:00
src libsmartcols: don't print empty column 2018-06-04 15:20:28 +02:00
COPYING libsmartcols: add missing COPYING file 2014-04-04 13:53:50 +02:00
Makemodule.am libsmartcols: add samples directory 2016-01-25 13:17:43 +01:00
smartcols.pc.in libsmartcols: add basic files 2014-04-03 12:29:15 +02:00