From: Igor Gnatenko Date: Thu, 21 Jan 2016 16:37:21 +0000 (+0100) Subject: libsmartcols: put new line after title X-Git-Tag: v2.28-rc1~174^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f62d9fe3ed3c03fc9d2b57b0559ff5c8359b294;p=thirdparty%2Futil-linux.git libsmartcols: put new line after title Signed-off-by: Igor Gnatenko --- diff --git a/libsmartcols/src/table_print.c b/libsmartcols/src/table_print.c index fcf8270758..c2794c998e 100644 --- a/libsmartcols/src/table_print.c +++ b/libsmartcols/src/table_print.c @@ -595,6 +595,8 @@ static void print_title(struct libscols_table *tb) if (tb->title_color) fputs(UL_COLOR_RESET, tb->out); + + fputc('\n', tb->out); } static int print_header(struct libscols_table *tb, struct libscols_buffer *buf)