]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: (docs) add new functions
authorKarel Zak <kzak@redhat.com>
Tue, 13 Jun 2017 09:17:06 +0000 (11:17 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 13 Jun 2017 09:17:06 +0000 (11:17 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/docs/libsmartcols-sections.txt

index 13a35646b656dddd4d9012f452bd98db98b45334..e72637addf59fc9603a95f6ee717fbc8ffd3ad95 100644 (file)
@@ -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>