util-linux/text-utils
Karel Zak 683ddbd5c4 column: ignore non-printable chars
echo -e '\033[33mb\033[mXFoo\n\033[33mbar\033[mXFoo' | column -s X -t

old version:

	b   Foo
	bar   Foo

fixed version:

	b    Foo
	bar  Foo

References: https://github.com/karelzak/util-linux/issues/252
Signed-off-by: Karel Zak <kzak@redhat.com>
2016-01-13 10:08:39 +01:00
..
Makemodule.am lib/colors: use libtinfo to check terminal capability 2015-02-27 13:57:34 +01:00
col.1 docs: restore minus symbols in long opts 2015-01-20 18:15:30 -05:00
col.c textual: add a docstring to most of the utilities 2015-01-06 11:27:38 +01:00
colcrt.1 docs: restore minus symbols in long opts 2015-01-20 18:15:30 -05:00
colcrt.c colcrt: allocate enough space for data moves [afl & asan] 2015-08-10 21:48:42 +01:00
colrm.1 docs: standardize the phrases for --help and --version in all man pages 2013-10-15 10:28:30 +02:00
colrm.c textual: add a docstring to most of the utilities 2015-01-06 11:27:38 +01:00
column.1 docs: restore minus symbols in long opts 2015-01-20 18:15:30 -05:00
column.c column: ignore non-printable chars 2016-01-13 10:08:39 +01:00
hexdump-conv.c hexdump: Rename struct _pr to struct hexdump_pr and remove it's typedef 2013-12-02 13:44:21 +01:00
hexdump-display.c hexdump: add highlighting support 2014-02-10 16:01:37 +01:00
hexdump-parse.c hexdump: use 'll' format modifier instead of the non-standard 'q'. 2014-10-31 10:39:18 +01:00
hexdump.1 hexdump: fix a typo and tweak some wordings in the manpage 2015-11-09 10:03:58 +01:00
hexdump.c colors: cleanup man pages, add hint to usage() 2015-02-25 12:40:06 +01:00
hexdump.h hexdump: add highlighting support 2014-02-10 16:01:37 +01:00
line.1 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
line.c line: keep stdin unbuiffered 2015-12-02 15:01:23 +01:00
more.1 docs: remove obsolete and unneeded comments from man-page files 2015-01-12 11:03:26 +01:00
more.c more: improve ugly macro 2015-08-05 13:09:12 +02:00
pg.1 docs: remove obsolete and unneeded comments from man-page files 2015-01-12 11:03:26 +01:00
pg.c textual: add a docstring to most of the utilities 2015-01-06 11:27:38 +01:00
rev.1 docs: remove obsolete and unneeded comments from man-page files 2015-01-12 11:03:26 +01:00
rev.c textual: add a docstring to most of the utilities 2015-01-06 11:27:38 +01:00
tailf.1 tailf: deprecated 2015-03-16 14:26:47 +01:00
tailf.c tailf: fix open() return value check [coverity scan] 2015-08-05 11:55:56 +02:00
ul.1 docs: bring several man pages closer to standard formatting 2014-07-16 12:03:25 +02:00
ul.c ul: remove unexplained TERM=lpr override 2015-01-07 21:57:53 +00:00