summaryrefslogtreecommitdiffstats
path: root/hexes.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 /hexes.html
parente7bb35dc9f07d6027b98fe31629d1ceec5893480 (diff)
downloadrust-term-8ecc40900ffd8c6dab0d8c6fdc36eb28f1df8904.tar.gz
rust-term-8ecc40900ffd8c6dab0d8c6fdc36eb28f1df8904.zip
regenerate docsgh-pages
Diffstat (limited to 'hexes.html')
-rw-r--r--hexes.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/hexes.html b/hexes.html
index bd9be72..f9d2844 100644
--- a/hexes.html
+++ b/hexes.html
@@ -18,7 +18,6 @@
<li><a href="#enum-keypress">Enum <code>Keypress</code></a> - Keys that can be returned by <code>Term::read</code>.</li>
<li><a href="#implementation-for-term">Implementation <code>for Term</code></a></li>
<li><a href="#implementation-of-drop-for-term">Implementation <code>of Drop for Term</code></a></li>
-<li><a href="#function-term">Function <code>Term</code></a> - Creates a new <code>Term</code> instance.</li>
</ul>
</div>
@@ -48,6 +47,12 @@
</div>
<div class="section level2" id="implementation-for-term">
<h2>Implementation for <code>Term</code></h2>
+<div class="section level3" id="method-new">
+<h3>Method <code>new</code></h3>
+<pre><code>fn new() -&gt; Term</code></pre>
+<p>Creates a new <code>Term</code> instance.</p>
+<p>This can be used to manipulate the terminal for full screen applications.</p>
+</div>
<div class="section level3" id="method-clear">
<h3>Method <code>clear</code></h3>
<pre><code>fn clear(&amp;mut self)</code></pre>
@@ -137,11 +142,5 @@
<pre><code>fn finalize(&amp;self)</code></pre>
</div>
</div>
-<div class="section level2" id="function-term">
-<h2>Function <code>Term</code></h2>
-<pre><code>fn Term() -&gt; Term</code></pre>
-<p>Creates a new <code>Term</code> instance.</p>
-<p>This can be used to manipulate the terminal for full screen applications.</p>
-</div>
</body>
</html>