summaryrefslogtreecommitdiffstats
path: root/info.html
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-13 13:59:18 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-13 13:59:18 -0500
commit8ecc40900ffd8c6dab0d8c6fdc36eb28f1df8904 (patch)
tree512825b7c9783f2b66804fa2ecd036ec3ad45566 /info.html
parente7bb35dc9f07d6027b98fe31629d1ceec5893480 (diff)
downloadrust-term-gh-pages.tar.gz
rust-term-gh-pages.zip
regenerate docsgh-pages
Diffstat (limited to 'info.html')
-rw-r--r--info.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/info.html b/info.html
index 64d9f2b..7a5ed22 100644
--- a/info.html
+++ b/info.html
@@ -146,18 +146,18 @@
</div>
<div class="section level2" id="function-escape">
<h2>Function <code>escape</code></h2>
-<pre><code>fn escape(name: &amp;str) -&gt; ~str</code></pre>
+<pre><code>fn escape(name: &amp;str) -&gt; Option&lt;~str&gt;</code></pre>
<p>The terminal escape corresponding to the <code>name</code> terminfo capability.</p>
</div>
<div class="section level2" id="function-escape1">
<h2>Function <code>escape1</code></h2>
-<pre><code>fn escape1(name: &amp;str, p1: int) -&gt; ~str</code></pre>
+<pre><code>fn escape1(name: &amp;str, p1: int) -&gt; Option&lt;~str&gt;</code></pre>
<p>The terminal escape corresponding to the <code>name</code> terminfo capability.</p>
<p>This capability must take one parameter, which should be passed as <code>p1</code>.</p>
</div>
<div class="section level2" id="function-escape2">
<h2>Function <code>escape2</code></h2>
-<pre><code>fn escape2(name: &amp;str, p1: int, p2: int) -&gt; ~str</code></pre>
+<pre><code>fn escape2(name: &amp;str, p1: int, p2: int) -&gt; Option&lt;~str&gt;</code></pre>
<p>The terminal escape corresponding to the <code>name</code> terminfo capability.</p>
<p>This capability must take two parameters, which should be passed as <code>p1</code> and <code>p2</code>.</p>
</div>