summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorKarel Zak2015-12-07 12:03:52 +0100
committerKarel Zak2015-12-07 12:03:52 +0100
commitdf73852b6ec0d22c947647c03f447ce2edc22904 (patch)
tree107eb89dc8f2b943b7a522abe64f651a75bf57c1 /libsmartcols/src/libsmartcols.sym
parentRevert "cfdisk: make sure that output fits to terminal width" (diff)
downloadkernel-qcow2-util-linux-df73852b6ec0d22c947647c03f447ce2edc22904.tar.gz
kernel-qcow2-util-linux-df73852b6ec0d22c947647c03f447ce2edc22904.tar.xz
kernel-qcow2-util-linux-df73852b6ec0d22c947647c03f447ce2edc22904.zip
libsmartcols: add scols_table_enable_nowrap()
This allows to use libsmartcols in ncurses programs without any additional voodoo. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym5
1 files changed, 5 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index 0ef3322b3..e3176ba5b 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -120,3 +120,8 @@ global:
scols_table_is_json;
scols_table_set_name;
} SMARTCOLS_2.25;
+
+SMARTCOLS_2.28 {
+global:
+ scols_table_enable_nowrap;
+} SMARTCOLS_2.27;