EVOLUTION-MANAGER
Edit File: ansi_hide_cursor.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Hide/show cursor in a terminal</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for ansi_hide_cursor {cli}"><tr><td>ansi_hide_cursor {cli}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Hide/show cursor in a terminal</h2> <h3>Description</h3> <p>This only works in terminal emulators. In other environments, it does nothing. </p> <h3>Usage</h3> <pre> ansi_hide_cursor(stream = "auto") ansi_show_cursor(stream = "auto") ansi_with_hidden_cursor(expr, stream = "auto") </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>stream</code></td> <td> <p>The stream to inspect or manipulate, an R connection object. It can also be a string, one of <code>"auto"</code>, <code>"message"</code>, <code>"stdout"</code>, <code>"stderr"</code>. <code>"auto"</code> will select <code>stdout()</code> if the session is interactive and there are no sinks, otherwise it will select <code>stderr()</code>.</p> </td></tr> <tr valign="top"><td><code>expr</code></td> <td> <p>R expression to evaluate.</p> </td></tr> </table> <h3>Details</h3> <p><code>ansi_hide_cursor()</code> hides the cursor. </p> <p><code>ansi_show_cursor()</code> shows the cursor. </p> <p><code>ansi_with_hidden_cursor()</code> temporarily hides the cursor for evaluating an expression. </p> <h3>See Also</h3> <p>Other terminal capabilities: <code><a href="is_ansi_tty.html">is_ansi_tty</a>()</code>, <code><a href="is_dynamic_tty.html">is_dynamic_tty</a>()</code> </p> <p>Other low level ANSI functions: <code><a href="ansi_has_any.html">ansi_has_any</a>()</code>, <code><a href="ansi_regex.html">ansi_regex</a>()</code>, <code><a href="ansi_strip.html">ansi_strip</a>()</code> </p> <hr /><div style="text-align: center;">[Package <em>cli</em> version 3.4.1 <a href="00Index.html">Index</a>]</div> </body></html>