function::ansi_cursor_move
Move cursor to new coordinates.
- Provided by: systemtap-doc (Version: 5.0-2ubuntu1)
- Source: systemtap
- Report a bug
Move cursor to new coordinates.
ansi_cursor_move(x:long,y:long)
x
y
Sends ansi code for positioning the cursor at row x and column y. Coordinates start at one, (1,1) is the top-left corner.