aboutsummaryrefslogtreecommitdiffstats
path: root/hexes.html
diff options
context:
space:
mode:
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>