Expand description
Safe routines for dealing with the Windows console.
Structs§
- Console
- A Windows console.
- Screen
Buffer Info - Represents console screen buffer information such as size, cursor position and styling attributes.
- Small
Rect - Defines the coordinates of the upper left and lower right corners of a rectangle.
Enums§
- Color
- The set of available colors for use with a Windows console.
- Intense
- Whether to use intense colors or not.
Functions§
- mode
- Query the mode of the console represented by the given handle.
- screen_
buffer_ info - Query the given handle for information about the console’s screen buffer.
- set_
mode - Set the mode of the console represented by the given handle.
- set_
text_ attributes - Set the text attributes of the console represented by the given handle.