|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/share/doc/systemtap-client-1.8/ |
Upload File : |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 28. Utility functions for using ansi control chars in logs</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="prev" href="re476.html" title="function::tokenize"><link rel="next" href="re477.html" title="function::ansi_clear_screen"></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">Chapter 28. Utility functions for using ansi control chars in logs</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re476.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="re477.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="ansi.stp"></a>Chapter 28. Utility functions for using ansi control chars in logs</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re477.html"><span>function::ansi_clear_screen</span></a></span><span class="refpurpose"> -
Move cursor to top left and clear screen.
</span></dt><dt><span class="refentrytitle"><a href="re478.html"><span>function::ansi_cursor_hide</span></a></span><span class="refpurpose"> -
Hides the cursor.
</span></dt><dt><span class="refentrytitle"><a href="re479.html"><span>function::ansi_cursor_move</span></a></span><span class="refpurpose"> -
Move cursor to new coordinates.
</span></dt><dt><span class="refentrytitle"><a href="re480.html"><span>function::ansi_cursor_restore</span></a></span><span class="refpurpose"> -
Restores a previously saved cursor position.
</span></dt><dt><span class="refentrytitle"><a href="re481.html"><span>function::ansi_cursor_save</span></a></span><span class="refpurpose"> -
Saves the cursor position.
</span></dt><dt><span class="refentrytitle"><a href="re482.html"><span>function::ansi_cursor_show</span></a></span><span class="refpurpose"> -
Shows the cursor.
</span></dt><dt><span class="refentrytitle"><a href="re483.html"><span>function::ansi_new_line</span></a></span><span class="refpurpose"> -
Move cursor to new line.
</span></dt><dt><span class="refentrytitle"><a href="re484.html"><span>function::ansi_reset_color</span></a></span><span class="refpurpose"> -
Resets Select Graphic Rendition mode.
</span></dt><dt><span class="refentrytitle"><a href="re485.html"><span>function::ansi_set_color</span></a></span><span class="refpurpose"> -
Set the ansi Select Graphic Rendition mode.
</span></dt><dt><span class="refentrytitle"><a href="re486.html"><span>function::ansi_set_color2</span></a></span><span class="refpurpose"> -
Set the ansi Select Graphic Rendition mode.
</span></dt><dt><span class="refentrytitle"><a href="re487.html"><span>function::ansi_set_color3</span></a></span><span class="refpurpose"> -
Set the ansi Select Graphic Rendition mode.
</span></dt><dt><span class="refentrytitle"><a href="re488.html"><span>function::indent</span></a></span><span class="refpurpose"> -
returns an amount of space to indent
</span></dt><dt><span class="refentrytitle"><a href="re489.html"><span>function::thread_indent</span></a></span><span class="refpurpose"> -
returns an amount of space with the current task information
</span></dt></dl></div><p>
Utility functions for logging using ansi control characters. This
lets you manipulate the cursor position and character color output
and attributes of log messages.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re476.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="re477.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::tokenize</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>function::ansi_clear_screen</span></td></tr></table></div></body></html>