Struct bear_lib_terminal::terminal::config::Input [] [src]

pub struct Input { /* fields omitted */ }

The input configuration section repr.

None values will not override current ones.

See terminal::set().

Methods

impl Input
[src]

Construct an input configuration section override segment with all elements equal to None.

Whether to generate a mouse-move event when a mouse moves from one pixel to another as opposed to from one cell to another.

Default: false.

Whether to show the cursor.

Default: true.

The cursor symbol to blink in the read string function.

Default: '_' a.k.a. 0x5F.

Amount of time in milliseconds to blink the cursor symbol for.

Default: 500.

Trait Implementations

impl Clone for Input
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Input
[src]

Formats the value using the given formatter.

impl Eq for Input
[src]

impl PartialEq for Input
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Input
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl ConfigPart for Input
[src]