summaryrefslogtreecommitdiffstats
path: root/libsmartcols/samples/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-03-171-10/+10
| | | | | | Likewise commit 87918040658f2fa9b1bf78f1f8f4f5c065a2e3a3. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* libsmartcols: fix scols_table_enable_colors() usage in samplesKarel Zak2016-08-311-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* misc: Fix various typosSebastian Rasmussen2016-05-311-3/+3
| | | | | | | Fix various typos in error messages, warnings, debug strings, comments and names of static functions. Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
* libsmartcols: add scols_table_print_range()Karel Zak2016-02-191-12/+35
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lib: rename strmode() and setmode()Ruediger Meier2016-02-181-1/+1
| | | | | | On BSD they are part of the standard C library. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* libsmartcols: add samples directoryKarel Zak2016-01-251-0/+226
Signed-off-by: Karel Zak <kzak@redhat.com>