| S | |
| saveDefaultColor, rlutil | |
| setBackgroundColor, rlutil | |
| setColor, rlutil | |
| showcursor, rlutil | |
| T | |
| tcols, rlutil | |
| test.cpp | |
| trows, rlutil | |
| W | |
| WHITE, rlutil | |
| Y | |
| YELLOW, rlutil |
Call once to preserve colors for use in resetColor() on Windows without ANSI, no-op otherwise
RLUTIL_INLINE int saveDefaultColor()
Change background color specified by number (Windows / QBasic colors).
RLUTIL_INLINE void setBackgroundColor( int c )
Change color specified by number (Windows / QBasic colors).
RLUTIL_INLINE void setColor( int c )
Shows the cursor.
RLUTIL_INLINE void showcursor( void )
Get the number of columns in the terminal window or -1 on error.
RLUTIL_INLINE int tcols( void )
Get the number of rows in the terminal window or -1 on error.
RLUTIL_INLINE int trows( void )