-
Notifications
You must be signed in to change notification settings - Fork 3
Video Terminal
Jorge Janaite Neto edited this page Aug 27, 2021
·
2 revisions
-
vt.col ( line column -- )
: Moves cursor -
vt.up ( -- )
: Cursor up -
vt.down ( -- )
: Cursor down -
vt.right ( -- )
: Cursor right -
vt.left ( -- )
: Cursor left -
vt.cls ( -- )
: Clear screen -
vt.home ( -- )
: Cursor at top left -
vt.clsend ( -- )
: Clears to end of screen -
vt.clseol ( -- )
: -
vt.ins ( -- )
: Inserts a line -
vt.del ( -- )
: Deletes a line -
vt.clshome ( -- )
: -
vt.clsline ( -- )
: Deletes the line at the cursor -
vt.full ( -- )
: Cursor full size -
vt.half ( -- )
: Cursor half size -
vt.hide ( -- )
: Hide cursor -
vt.show ( -- )
: Show cursor