From ff471d89a12eef331de8e66c33cd9a2c0e23984e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 6 Sep 2016 10:51:25 +0200 Subject: libsmartcols: support multi-line cells based on line breaks Now libsmartcols completely control when and how wrap long lines/cells. This is sometimes user unfriendly and it would be nice to support multi-line cells where wrap is based on \n (new line char). This patch add new column flag SCOLS_FL_WRAPNL. Signed-off-by: Karel Zak --- libsmartcols/docs/libsmartcols-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libsmartcols/docs') diff --git a/libsmartcols/docs/libsmartcols-sections.txt b/libsmartcols/docs/libsmartcols-sections.txt index 75ff0eb2c..e752e7056 100644 --- a/libsmartcols/docs/libsmartcols-sections.txt +++ b/libsmartcols/docs/libsmartcols-sections.txt @@ -29,6 +29,7 @@ scols_column_is_strict_width scols_column_is_tree scols_column_is_trunc scols_column_is_wrap +scols_column_is_wrapnl scols_column_set_cmpfunc scols_column_set_color scols_column_set_flags -- cgit v1.2.3-55-g7522