summaryrefslogtreecommitdiffstats
path: root/libsmartcols/docs
diff options
context:
space:
mode:
authorKarel Zak2017-06-13 11:17:06 +0200
committerKarel Zak2017-06-13 11:17:06 +0200
commitf12e4374368056a5af0b2f9d91ee36de40644239 (patch)
tree6eebffcbb6879c2769e7ad6e7ced05492d37b4ec /libsmartcols/docs
parentcolumn: add --table-header-repeat (diff)
downloadkernel-qcow2-util-linux-f12e4374368056a5af0b2f9d91ee36de40644239.tar.gz
kernel-qcow2-util-linux-f12e4374368056a5af0b2f9d91ee36de40644239.tar.xz
kernel-qcow2-util-linux-f12e4374368056a5af0b2f9d91ee36de40644239.zip
libsmartcols: (docs) add new functions
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/docs')
-rw-r--r--libsmartcols/docs/libsmartcols-sections.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsmartcols/docs/libsmartcols-sections.txt b/libsmartcols/docs/libsmartcols-sections.txt
index 13a35646b..e72637add 100644
--- a/libsmartcols/docs/libsmartcols-sections.txt
+++ b/libsmartcols/docs/libsmartcols-sections.txt
@@ -113,6 +113,7 @@ scols_table_colors_wanted
scols_table_enable_ascii
scols_table_enable_colors
scols_table_enable_export
+scols_table_enable_header_repeat
scols_table_enable_json
scols_table_enable_maxout
scols_table_enable_noheadings
@@ -129,11 +130,13 @@ scols_table_get_nlines
scols_table_get_stream
scols_table_get_symbols
scols_table_get_termforce
+scols_table_get_termheight
scols_table_get_termwidth
scols_table_get_title
scols_table_is_ascii
scols_table_is_empty
scols_table_is_export
+scols_table_is_header_repeat
scols_table_is_json
scols_table_is_maxout
scols_table_is_noheadings
@@ -158,6 +161,7 @@ scols_table_set_name
scols_table_set_stream
scols_table_set_symbols
scols_table_set_termforce
+scols_table_set_termheight
scols_table_set_termwidth
scols_unref_table
</SECTION>