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)    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.
 

Detailed Description

Cursor position, Control characters, Clear screen, etc.

Macro Definition Documentation

◆ locate

#define locate (   x,
 
)     TTY_locate(x, y)

MSX Set cursor position.

Parameters
xx coordinate.
yy coordinate.

Definition at line 54 of file text.h.

◆ newline

#define newline ( )     TTY_linefeed()

MSX Line feed.

Definition at line 60 of file text.h.

◆ cls

#define cls ( )     TTY_cls()

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

Definition at line 66 of file text.h.