Module simple_text_output

Module simple_text_output 

Source
Expand description

Simple Text Output Protocol

The simple-text-output protocol provides a simple way to print text on screen. It is modeled around the old VGA-consoles, but does not carry all the old cruft. It expects a rectangular text array and allows you to move the cursor around to write Unicode symbols to screen.

Structs§

Mode
Protocol

Constants§

PROTOCOL_GUID

Type Aliases§

ProtocolClearScreen
ProtocolEnableCursor
ProtocolOutputString
ProtocolQueryMode
ProtocolReset
ProtocolSetAttribute
ProtocolSetCursorPosition
ProtocolSetMode
ProtocolTestString