summaryrefslogtreecommitdiffstats
path: root/libsmartcols/samples/title.c
Commit message (Collapse)AuthorAgeFilesLines
* sample-scols-title: add left title without paddingKarel Zak2017-12-121-2/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libsmartcols: fix mem-leaks in samplesKarel Zak2017-11-231-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-03-171-3/+3
| | | | | | Likewise commit 87918040658f2fa9b1bf78f1f8f4f5c065a2e3a3. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add libsmartcols title testKarel Zak2016-09-141-0/+19
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* 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: use libscols_cell for titleKarel Zak2016-02-091-3/+12
| | | | | References: https://github.com/karelzak/util-linux/issues/270 Signed-off-by: Karel Zak <kzak@redhat.com>
* libsmartcols: fix title sampleKarel Zak2016-01-251-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libsmartcols: fix samples build, add title.cKarel Zak2016-01-251-0/+94
Signed-off-by: Karel Zak <kzak@redhat.com>