]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: add scols_table_enable_noencoding()
authorKarel Zak <kzak@redhat.com>
Mon, 31 Jul 2017 09:45:23 +0000 (11:45 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 31 Jul 2017 09:45:23 +0000 (11:45 +0200)
commit28a3cc83c56eca679302d8d51a5056b836e3c86e
treec3dd7e88405c2fd080c9ddd4bd078bd4ff39e81a
parentfe63c8a649a292e3262c764b1635b96d3bc98c65
libsmartcols: add scols_table_enable_noencoding()

Now the library encode all output. It seems too strict and difficult
to use the library for some use-cases -- for example if you want to
use the library for already colorized output (by esc.sequences).

Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/docs/libsmartcols-sections.txt
libsmartcols/src/libsmartcols.h.in
libsmartcols/src/libsmartcols.sym
libsmartcols/src/smartcolsP.h
libsmartcols/src/table.c
libsmartcols/src/table_print.c