
Series 30i/ 31i/ 32i-A
C executor library for conversion
Programming manual
01 04.05.06
S. Hasegawa
New registration
B-64183EN/01
EDIT
DATE
DESIG.
DESCRIPTION
103/226
DRAW.NO.
3.8.15
Display Cursor
[Name]
pl_cursor
[Syntax]
#include <pmclib.h>
short pl_cursor(short * cntl);
[Arguments]
Input
*cntl: Control information
cntl[0] Column (X) 0 to
cntl[1] Line (Y) 0 to
cntl[2]
Attribute
cntl[3] Number of cursor
characters
cntl[0]: Set a column position for cursor display (X = 0 and up).
cntl[1]: Set a line position for cursor display (Y = 0 and up).
cntl[2]: Set the display attribute of the cursor.
Attribute
Attribute Cursor type
0x0C
0x80
Underline cursor display
0x4C
0x6C
Blink underline cursor display
0x2C Clear cursor
cntl[3]: Set the number of cursor characters (up to 40 characters)
Output
---
[Return]
0: Normal completion.
5: The "*cntl" is invalid.
[Description]
This function displays or clears a cursor on the character screen.
When clearing the cursor, specify the same argument values (column,
line, the number of cursor characters) as used for display.
Only one cursor may be displayed on the screen.
The specification of this function is different from one of "C library for C
language board".