SmallBASIC GuideThe language | Programming Tips | Commands | System | Graphics & Sound | Miscellaneous | File system | Mathematics | 2D Algebra | Strings | Console | Glossary |
Supported console codes

*, \e = CHR(27)
\t tab (32 pixels)
\a beep
\r\n new line (cr/lf)
\xC clear screen
\e[K clear to EOL
\e[nG moves cursor to specified column
\e[0m reset all attributes to their defaults
\e[1m set bold on
\e[4m set underline on
\e[7m reverse video
\e[21m set bold off
\e[24m set underline off
\e[27m set reverse off
\e[3nm set foreground
\e[4nm set background color.
PalmOS only:
\e[8nm (n=0..7) select system font
\e[9nm (n=0..3) select buildin font
eBookMan only:
\e[50m select 9pt font
\e[51m select 12pt font
\e[52m select 16pt font
\e[nT move to n/80th screen character position


[Prev] [Next]