summaryrefslogtreecommitdiffstats
path: root/lib/tt.c
Commit message (Expand)AuthorAgeFilesLines
* lib/tt: add TT_FL_FREEDATAKarel Zak2013-09-161-1/+9
* lib/tty: don't truncate output on non-terminalsKarel Zak2013-02-191-2/+8
* include/list: add list_last_entry()Karel Zak2012-12-181-3/+3
* lib/tt: don't ignore "extreme" columns if an free space is availableKarel Zak2012-10-231-1/+2
* lib/tt: always escape '\' to simplify parsing in scriptsKarel Zak2012-08-131-14/+3Star
* lib/tt: fix \x%02x usageKarel Zak2012-08-081-4/+4
* include/tt: improve work with non-utf8 charsKarel Zak2012-08-071-9/+23
* lib/tt: count read cells, improve \x?? hex encodingKarel Zak2012-08-061-14/+161
* lib/tt: export tt_fputs_{quoted,nonblank} functionKarel Zak2012-05-221-4/+4
* include: move get_terminal_width() to ttyutils.hPetr Uzel2012-05-151-27/+1Star
* include/tt: remove obsolete stuffKarel Zak2012-05-031-1/+1
* lib/tt: check for non-printable chars for raw/export formatKarel Zak2012-04-261-3/+3
* lib/tt: encode data for RAW and EXPORT formatKarel Zak2012-04-261-2/+30
* lib/tt: work more sensitive with large columnsKarel Zak2012-03-201-1/+7
* lib,tt: don't trim last line charKarel Zak2011-12-221-0/+1
* lib,tt: fix compiler warning [-Wreturn-type]Karel Zak2011-11-141-1/+1
* lib,tt: add TT_FL_NOEXTREMESKarel Zak2011-11-101-41/+124
* lib: [tt.c] clean up used typesKarel Zak2011-08-011-16/+20
* include: [strutils.c] add list parsersKarel Zak2011-07-271-41/+0Star
* include; [tt.c] check for array size in columns parserKarel Zak2011-07-271-7/+11
* include: [tt.c] always truncate if TT_FL_TRUNCKarel Zak2011-07-151-2/+10
* lib: [tt.c] Fix mbs_width macro for systems without WIDECHARJosiah Worcester2011-06-141-1/+1
* lib: [tt.c] support key="value" output formatKarel Zak2011-05-101-3/+16
* lib: [tt.c] support fixed width and multiple tt_print_table() callsKarel Zak2011-04-271-5/+37
* lib: [tt.c] use mbs_truncate() from mbsalign.cKarel Zak2011-03-111-64/+3Star
* lib: [tt.c] dereferencing data before a null check [coverity scan]Karel Zak2011-03-111-1/+2
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+0Star
* include: [tt] enlarge output bufferKarel Zak2011-01-251-4/+21
* findmnt: add --submounts optionKarel Zak2011-01-041-0/+8
* lib: [tt] fix alignment of the last tree childKarel Zak2010-12-161-1/+1
* lib: [tt] add TT_FL_RIGHT, add columns list parserKarel Zak2010-11-241-9/+59
* findmnt: follow HAVE_LANGINFOKarel Zak2010-11-151-4/+1Star
* lib/tt: fix langinfo build breakDavidlohr Bueso2010-11-151-1/+1
* lib: remove unwanted debug messagesKarel Zak2010-06-031-8/+2Star
* lib: tt.c - fix minimal width of columnKarel Zak2010-06-031-6/+15
* lib: tt.c: don't print header for empty tableKarel Zak2010-06-031-1/+1
* lib: add tt.c (Tree and Table output)Karel Zak2010-06-031-0/+722