logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::ansi_cursor_move - Move cursor to new coordinates.

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.

Name

       function::ansi_cursor_move - Move cursor to new coordinates.

See Also

tapset::ansi(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::ANSI_CURSO(3stap)

Synopsis

           ansi_cursor_move(x:long,y:long)

See Also