Struct tinf::cap::Boolean [] [src]

pub struct Boolean(_);

Boolean capability names.

The names are used as indices into a Desc.

Name Short name
auto_left_margin bw
auto_right_margin am
no_esc_ctlc xsb
ceol_standout_glitch xhp
eat_newline_glitch xenl
erase_overstrike eo
generic_type gn
hard_copy hc
has_meta_key km
has_status_line hs
insert_null_glitch in_
memory_above db
memory_below da
move_insert_mode mir
move_standout_mode msgr
over_strike os
status_line_esc_ok eslok
dest_tabs_magic_smso xt
tilde_glitch hz
transparent_underline ul
xon_xoff xon
needs_xon_xoff nxon
prtr_silent mc5i
hard_cursor chts
non_rev_rmcup nrrmc
no_pad_char npc
non_dest_scroll_region ndscr
can_change ccc
back_color_erase bce
hue_lightness_saturation hls
col_addr_glitch xhpa
cr_cancels_micro_mode crxm
has_print_wheel daisy
row_addr_glitch xvpa
semi_auto_right_margin sam
cpi_changes_res cpix
lpi_changes_res lpix
backspaces_with_bs OTbs_b
crt_no_scrolling OTns
no_correctly_working_cr OTnc
gnu_has_meta_key OTMT
linefeed_is_newline OTNL
has_hardware_tabs OTpt
return_does_clr_eol OTxr

Methods

impl Boolean
[src]

The Boolean capabilitiy name corresponding to the string name.

An iterator over the predefined boolean capabilities.

The short name of the capability.

The long name of the capability.

Trait Implementations

impl Clone for Boolean
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Boolean
[src]

impl Debug for Boolean
[src]

Formats the value using the given formatter.