'\" t .\" Title: function::ansi_cursor_move .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: May 2021 .\" Manual: Utility functions for using ansi control chars in logs .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "FUNCTION::ANSI_CURSO" "3stap" "May 2021" "SystemTap Tapset Reference" "Utility functions for using an" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" function::ansi_cursor_move \- Move cursor to new coordinates\&. .SH "SYNOPSIS" .sp .nf ansi_cursor_move(x:long,y:long) .fi .SH "ARGUMENTS" .PP \fIx\fR .RS 4 Row to move the cursor to\&. .RE .PP \fIy\fR .RS 4 Colomn to move the cursor to\&. .RE .SH "DESCRIPTION" .PP Sends ansi code for positioning the cursor at row x and column y\&. Coordinates start at one, (1,1) is the top\-left corner\&. .SH SEE ALSO\n .IR tapset::ansi (3stap)