Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

function::ansi_cursor_move(3stap)


FUNCTION::ANSI_CURSO

FUNCTION::ANSI_CURSO

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

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.



function::ansi_cursor_move(3stap)