1FUNCTION::ANSI_CURSO(3staUpt)ility functions for usingFaUnNCTION::ANSI_CURSO(3stap)
2
3
4
6 function::ansi_cursor_move - Move cursor to new coordinates.
7
9 ansi_cursor_move(x:long,y:long)
10
12 x
13 Row to move the cursor to.
14
15 y
16 Colomn to move the cursor to.
17
19 Sends ansi code for positioning the cursor at row x and column y.
20 Coordinates start at one, (1,1) is the top-left corner.
21
23 tapset::ansi(3stap)
24
25
26
27SystemTap Tapset Reference October 2018 FUNCTION::ANSI_CURSO(3stap)