Module endbasic_std::console[][src]

Expand description

Console representation and manipulation.

Structs

Represents a position in the console.

Enums

Indicates what part of the console to clear on a Console::clear() call.

Decoded key presses as returned by the console.

Traits

Hooks to implement the commands that manipulate the console.

Functions

Reads a line from the console. If the console is interactive, this does fancy line editing and uses the given prompt and pre-fills the input with previous.