1FUNCTION::ANSI_CURSO(3staUpt)ility functions for usingFaUnNCTION::ANSI_CURSO(3stap)
23
4
NAME
6function::ansi_cursor_move - Move cursor to new coordinates.
7
SYNOPSIS
9ansi_cursor_move(x:long,y:long)
10
ARGUMENTS
12x
13Row to move the cursor to.
1415
y
16Colomn to move the cursor to.
17
DESCRIPTION
19Sends ansi code for positioning the cursor at row x and column y.
20Coordinates start at one, (1,1) is the top-left corner.
21
SEE ALSO
23tapset::ansi(3stap)
2425
26
27
SystemTap Tapset Reference May 2019 FUNCTION::ANSI_CURSO(3stap)