function::ansi_cursor_move.3stap - Man Page
Move cursor to new coordinates.
Synopsis
ansi_cursor_move(x:long,y:long)
Arguments
- x
Row 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)
Info
April 2024 SystemTap Tapset Reference Utility functions for using an