Index of values


B
bell [Console.Ansi]
blank [Ascii_table.Display]

C
center [Ascii_table.Align]
column_titles [Ascii_table.Display]
create [Ascii_table.Column]
creates a column given the header and the to-string function
create_attr [Ascii_table.Column]
like create, except that the to_string function must provide a list of attributes.

E
eprintf [Console.Ansi]

H
home_cursor [Console.Ansi]

I
is_color_tty [Console]

K
kill_line [Console.Ansi]

L
left [Ascii_table.Align]
line [Ascii_table.Display]

O
output [Console.Ansi]
output [Ascii_table]
The idea is that you have a Column.t list and a list of rows, where each row contains the data for each column.
output_string [Console.Ansi]

P
print_list [Console]
print a list in a columnize way (like the output of ls)
printf [Console.Ansi]

R
render [Text_graph]
Renders a text graph given labels and values.
right [Ascii_table.Align]

S
save_cursor [Console.Ansi]
short_box [Ascii_table.Display]
simple_list_table [Ascii_table]
string_with_attr [Console.Ansi]

T
tall_box [Ascii_table.Display]
to_string [Ascii_table]
to_string_noattr [Ascii_table]

U
unsave_cursor [Console.Ansi]

W
width [Console]
The width in characters of the current output.