libmsx
C library for MSX
|
Cursor position, Control characters, Clear screen, etc. More...
Macros | |
#define | locate(x, y) TTY_locate(x, y) |
MSX Set cursor position. | |
#define | newline() TTY_linefeed() |
MSX Line feed. | |
#define | cls() TTY_cls() |
MSX Clear the screen and move the cursor to the top left corner. | |
Cursor position, Control characters, Clear screen, etc.
#define locate | ( | x, | |
y | |||
) | TTY_locate(x, y) |
#define newline | ( | ) | TTY_linefeed() |