summaryrefslogtreecommitdiffstats
path: root/libsmartcols/docs
diff options
context:
space:
mode:
authorKarel Zak2016-09-13 14:06:01 +0200
committerKarel Zak2016-09-13 14:06:01 +0200
commit19055a25ed2a28d005460ee41627d2595ae7ad34 (patch)
treeff37d6bd2ff5f214d74d305723bad0b83fe15319 /libsmartcols/docs
parentlibsmartcols: add application to test library features (diff)
downloadkernel-qcow2-util-linux-19055a25ed2a28d005460ee41627d2595ae7ad34.tar.gz
kernel-qcow2-util-linux-19055a25ed2a28d005460ee41627d2595ae7ad34.tar.xz
kernel-qcow2-util-linux-19055a25ed2a28d005460ee41627d2595ae7ad34.zip
libsmartcols: add functions to control terminal usage
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/docs')
-rw-r--r--libsmartcols/docs/libsmartcols-sections.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/libsmartcols/docs/libsmartcols-sections.txt b/libsmartcols/docs/libsmartcols-sections.txt
index f2bbbf38f..324f6e15f 100644
--- a/libsmartcols/docs/libsmartcols-sections.txt
+++ b/libsmartcols/docs/libsmartcols-sections.txt
@@ -96,6 +96,7 @@ libscols_table
scols_copy_table
scols_new_table
scols_ref_table
+scols_sort_table
scols_table_add_column
scols_table_add_line
scols_table_colors_wanted
@@ -115,6 +116,9 @@ scols_table_get_line_separator
scols_table_get_ncols
scols_table_get_nlines
scols_table_get_stream
+scols_table_get_termforce
+scols_table_get_termwidth
+scols_table_get_title
scols_table_is_ascii
scols_table_is_empty
scols_table_is_export
@@ -137,8 +141,8 @@ scols_table_set_line_separator
scols_table_set_name
scols_table_set_stream
scols_table_set_symbols
-scols_table_get_title
-scols_sort_table
+scols_table_set_termforce
+scols_table_set_termwidth
scols_unref_table
</SECTION>