< index
< 2. Console emulator
< 2.1 Initializing the console

=====================================
2.2 Drawing on the root console
=====================================

> 2.3 Handling keyboard input

2.2.1 Flushing the root console

2.2.2 Basic printing functions
   Setting the default background color
   Setting the default foreground color
   Clearing a console
   Modifying every property of a cell
   Modifying the background color of a cell
   Modifying the foreground color of a cell
   Modifying the ASCII code of a cell

2.2.3 String printing functions
   Printing a left aligned string
   Printing a right aligned string
   Printing a centered string
   Printing a left aligned string with autowrap
   Printing a right aligned string with autowrap
   Printing a centered string with autowrap
   Changing the colors while printing a string

2.2.4 Advanced printing functions
   Filling a rectangle with the background color
   Drawing an horizontal line
   Drawing a vertical line
   Drawing a window frame

2.2.5 Reading the content of the console
   Reading the default background color
   Reading the default foreground color
   Reading the background color of a cell
   Reading the foreground color of a cell
   Reading the ASCII code of a cell

2.2.6 Screen fading functions
   Changing the fading parameters
   Reading the fade amount
   Reading the fading color

insert a comment