[−][src]Module endbasic_std::console 
Console representation and manipulation.
Structs
| ClsCommand | The  | 
| ColorCommand | The  | 
| InputCommand | The  | 
| LocateCommand | The  | 
| Position | Represents a position in the console. | 
| PrintCommand | The  | 
Enums
| ClearType | Indicates what part of the console to clear on a  | 
| Key | Decoded key presses as returned by the console. | 
Traits
| Console | Hooks to implement the commands that manipulate the console. | 
Functions
| add_all | Adds all console-related commands for the given  | 
| read_line | Reads a line from the console.  If the console is interactive, this does fancy line editing and
uses the given  |