function::ansi_cursor_move.3stap

Langue: en

Version: September 2010 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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.

GENERAL SYNTAX

ansi_curos_move(x:long, y:long)

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.