util-linux/libsmartcols/src
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
..
.gitignore libsmartcols: add basic files 2014-04-03 12:29:15 +02:00
Makemodule.am libsmartcols: add generic function to walk on tree 2019-05-07 11:44:24 +02:00
buffer.c libsmartcols: don't calculate with encoding on scols_table_enable_noencoding() 2020-04-22 12:24:33 +02:00
calculate.c libsmartcols: don't calculate with encoding on scols_table_enable_noencoding() 2020-04-22 12:24:33 +02:00
cell.c [clang-tidy] do not use else after return 2020-04-20 13:20:59 -07:00
column.c libsmartcols: don't calculate with encoding on scols_table_enable_noencoding() 2020-04-22 12:24:33 +02:00
fput.c libsmartcols: split print.c into print.c, put.c and print-api.c 2018-12-07 12:33:34 +01:00
grouping.c libsmartcols: fix docs 2019-06-13 13:45:46 +02:00
init.c libsmartcols: add lines grouping support 2018-12-07 12:33:34 +01:00
iter.c libsmartcols: use const qualifier where it's possible 2016-09-21 08:36:00 +02:00
libsmartcols.h.in libsmartcols: cleanup and extend padding functionality 2019-07-23 16:24:42 +02:00
libsmartcols.sym libsmartcols: cleanup and extend padding functionality 2019-07-23 16:24:42 +02:00
line.c libsmartcols: add lines grouping support 2018-12-07 12:33:34 +01:00
print-api.c libsmartcols: split print.c into print.c, put.c and print-api.c 2018-12-07 12:33:34 +01:00
print.c libsmartcols: don't calculate with encoding on scols_table_enable_noencoding() 2020-04-22 12:24:33 +02:00
smartcolsP.h libsmartcols: cleanup and extend padding functionality 2019-07-23 16:24:42 +02:00
symbols.c libsmartcols: add lines grouping support 2018-12-07 12:33:34 +01:00
table.c libsmartcols: cleanup and extend padding functionality 2019-07-23 16:24:42 +02:00
version.c textual: fix some typos 2014-07-13 17:21:02 +01:00
walk.c libsmartcols: add generic function to walk on tree 2019-05-07 11:44:24 +02:00