summaryrefslogtreecommitdiffstats
path: root/tapsets/API-ansi-cursor-move.html
blob: f058f22a24f7dc1794b9b368bcc7e5eecbff5f47 (plain) (blame)
1 2 3 4 5 6 7 8 9 10 11 12 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::ansi_cursor_move</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="ansi.stp.html" title="Chapter 29. Utility functions for using ansi control chars in logs"><link rel="prev" href="API-ansi-cursor-hide.html" title="function::ansi_cursor_hide"><link rel="next" href="API-ansi-cursor-restore.html" title="function::ansi_cursor_restore"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::ansi_cursor_move</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-ansi-cursor-hide.html">Prev</a> </td><th width="60%" align="center">Chapter 29. Utility functions for using ansi control chars in logs</th><td width="20%" align="right"> <a accesskey="n" href="API-ansi-cursor-restore.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-ansi-cursor-move"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::ansi_cursor_move — Move cursor to new coordinates. </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> ansi_cursor_move(x:long,y:long) </pre></div><div class="refsect1"><a name="id2435"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>x</code></em></span></dt><dd><p> Row to move the cursor to. </p></dd><dt><span class="term"><em class="parameter"><code>y</code></em></span></dt><dd><p> Colomn to move the cursor to. </p></dd></dl></div></div><div class="refsect1"><a name="id2436"></a><h2>Description</h2><p> Sends ansi code for positioning the cursor at row x and column y. Coordinates start at one, (1,1) is the top-left corner. </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-ansi-cursor-hide.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ansi.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-ansi-cursor-restore.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::ansi_cursor_hide</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">function::ansi_cursor_restore</span></td></tr></table></div></body></html>