util-linux/libsmartcols
Karel Zak 2292d0baf9 libsmartcols: don't calculate with encoding on scols_table_enable_noencoding()
Old:
	$ echo -e "$(tput smul)A$(tput rmul) B\nC D" | column --table
	A  B
	C                 D

Fixed:
	$ echo -e "$(tput smul)A$(tput rmul) B\nC D" | ./column --table
	A  B
	C  D

Addresses: https://github.com/karelzak/util-linux/issues/1011
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-04-22 12:24:33 +02:00
..
docs docs: update year in libs docs 2020-01-06 12:59:45 +01:00
samples libsmartcols: cleanup and extend padding functionality 2019-07-23 16:24:42 +02:00
src libsmartcols: don't calculate with encoding on scols_table_enable_noencoding() 2020-04-22 12:24:33 +02:00
COPYING docs: use SPDX license names 2018-08-16 14:47:21 +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