Struct tinf::cap::Number [] [src]

pub struct Number(_);

Numeric capability names.

The names are used as indices into a Desc.

Name Short name
columns cols
init_tabs it
lines lines
lines_of_memory lm
magic_cookie_glitch xmc
padding_baud_rate pb
virtual_terminal vt
width_status_line wsl
num_labels nlab
label_height lh
label_width lw
max_attributes ma
maximum_windows wnum
max_colors colors
max_pairs pairs
no_color_video ncv
buffer_capacity bufsz
dot_vert_spacing spinv
dot_horz_spacing spinh
max_micro_address maddr
max_micro_jump mjump
micro_col_size mcs
micro_line_size mls
number_of_pins npins
output_res_char orc
output_res_line orl
output_res_horz_inch orhi
output_res_vert_inch orvi
print_rate cps
wide_char_size widcs
buttons btns
bit_image_entwining bitwin
bit_image_type bitype
magic_cookie_glitch_ul UTug
carriage_return_delay OTdC
new_line_delay OTdN
backspace_delay OTdB
horizontal_tab_delay OTdT
number_of_function_keys OTkn

Methods

impl Number
[src]

The Number capabilitiy name corresponding to the string name.

An iterator over the predefined numeric capabilities.

The short name of the capability.

The long name of the capability.

Trait Implementations

impl Clone for Number
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Number
[src]

impl Debug for Number
[src]

Formats the value using the given formatter.