Struct rustyline::config::Builder [] [src]

pub struct Builder { /* fields omitted */ }

Methods

impl Builder
[src]

Set the maximum length for the history.

Tell if lines which match the previous history entry are saved or not in the history list. By default, they are ignored.

Tell if lines which begin with a space character are saved or not in the history list. By default, they are saved.

Set completion_type.

Set keyseq_timeout in milliseconds.

Trait Implementations

impl Debug for Builder
[src]

Formats the value using the given formatter.