FUNCTION::ANSI_CURSO

Section: Utility functions for using an (3stap)
Updated: November 2022
Index Return to Main Contents
 

NAME

function::ansi_cursor_move - 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 ALSO

tapset::ansi(3stap)


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:22:16 GMT, November 16, 2022