[][src]Module winapi_util::console

Safe routines for dealing with the Windows console.

Structs

ScreenBufferInfo

Represents console screen buffer information such as size, cursor position and styling attributes.

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.