table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::ANSI_CURSO(3stap) | Utility functions for using an | FUNCTION::ANSI_CURSO(3stap) |
NAME¶
function::ansi_cursor_move - Move cursor to new coordinates.SYNOPSIS¶
ansi_cursor_move(x:long,y:long)
ARGUMENTS¶
xRow to move the cursor to.
y
Colomn to move the cursor to.
DESCRIPTION¶
Sends ansi code for positioning the cursor at row x and column y. Coordinates start at one, (1,1) is the top-left corner.SEE ALSO0¶
tapset::ansi(3stap)November 2020 | SystemTap Tapset Reference |