Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 saveDefaultColor, rlutil
 setBackgroundColor, rlutil
 setColor, rlutil
 showcursor, rlutil
T
 tcols, rlutil
 test.cpp
 trows, rlutil
W
 WHITE, rlutil
Y
 YELLOW, rlutil
RLUTIL_INLINE int saveDefaultColor()
Call once to preserve colors for use in resetColor() on Windows without ANSI, no-op otherwise
RLUTIL_INLINE void setBackgroundColor(int c)
Change background color specified by number (Windows / QBasic colors).
RLUTIL_INLINE void setColor(int c)
Change color specified by number (Windows / QBasic colors).
RLUTIL_INLINE void showcursor(void)
Shows the cursor.
RLUTIL_INLINE int tcols(void)
Get the number of columns in the terminal window or -1 on error.
RLUTIL_INLINE int trows(void)
Get the number of rows in the terminal window or -1 on error.
White (bright)
Yellow (bright)
Close