...
Code Block |
---|
Promise<void> SetPos(in unsigned long row, in unsigned long col) |
Positions the cursor
SetCursor()
Code Block | ||
---|---|---|
| ||
Promise<void> SetCursor(in unsigned long cursor) // 0=off, 1=blink, 2=underline, 3=both |
Sets the cursor style
...
Code Block |
---|
Promise<void> SetPos(in unsigned long row, in unsigned long col) |
Positions the cursor
Code Block | ||
---|---|---|
| ||
Promise<void> SetCursor(in unsigned long cursor) // 0=off, 1=blink, 2=underline, 3=both |
Sets the cursor style