libmsx
C library for MSX
Loading...
Searching...
No Matches
Cursor position, Control characters.

Cursor position, Control characters, Clear screen, etc. More...

+ Collaboration diagram for Cursor position, Control characters.:

Macros

#define locate(x, y)
 MSX Set cursor position.
 
#define newline()
 MSX Line feed.
 
#define cls()
 MSX Clear the screen and move the cursor to the top left corner.
 

Detailed Description

Cursor position, Control characters, Clear screen, etc.

Macro Definition Documentation

◆ locate

#define locate ( x,
y )
Value:
TTY_locate(x, y)
void TTY_locate(uint8_t x, uint8_t y)
MSX Set cursor position.

MSX Set cursor position.

Parameters
xx coordinate.
yy coordinate.

Definition at line 54 of file text.h.

◆ newline

#define newline ( )
Value:
void TTY_linefeed(void)
MSX Line feed.

MSX Line feed.

Definition at line 60 of file text.h.

◆ cls

#define cls ( )
Value:
void TTY_cls(void)
MSX Clear the screen and move the cursor to the top left corner.

MSX Clear the screen and move the cursor to the top left corner.

Definition at line 66 of file text.h.