clojure-lanterna: Update site.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 12 Jul 2012 22:39:19 -0400 |
parents |
f903877193f4
|
children |
31c97df30a5f
|
branches/tags |
(none) |
files |
clojure-lanterna/reference/index.html |
Changes
--- a/clojure-lanterna/reference/index.html Thu Jul 12 22:35:18 2012 -0400
+++ b/clojure-lanterna/reference/index.html Thu Jul 12 22:39:19 2012 -0400
@@ -353,7 +353,7 @@
<p>Redraw the given screen.</p>
<p>This is how you actually flush any changes to the user's display.</p>
<h3 id="lanternascreenmove-cursor">lanterna.screen/move-cursor</h3>
-<div class="codehilite"><pre><span class="p">(</span><span class="nf">move-cursor</span> <span class="nv">terminal</span> <span class="nv">x</span> <span class="nv">y</span><span class="p">)</span>
+<div class="codehilite"><pre><span class="p">(</span><span class="nf">move-cursor</span> <span class="nv">screen</span> <span class="nv">x</span> <span class="nv">y</span><span class="p">)</span>
</pre></div>