about summary refs log tree commit diff stats
path: root/html/http-client.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-19 17:55:10 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-19 17:55:10 -0700
commit3ea092f2a755c78b56345cb341d714a748b73a13 (patch)
treeedbb978d2421be944553f144bc8f32f4e07759da /html/http-client.mu.html
parent60679557beb29ec77e617d2e2f90d6e58069893d (diff)
downloadmu-3ea092f2a755c78b56345cb341d714a748b73a13.tar.gz
3867
Diffstat (limited to 'html/http-client.mu.html')
-rw-r--r--html/http-client.mu.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/html/http-client.mu.html b/html/http-client.mu.html
index 7c5cc792..b7e20f45 100644
--- a/html/http-client.mu.html
+++ b/html/http-client.mu.html
@@ -74,11 +74,12 @@ if ('onhashchange' in window) {
 <span id="L14" class="LineNr">14 </span>  <span class="Delimiter">}</span>
 <span id="L15" class="LineNr">15 </span>  result:text <span class="Special">&lt;-</span> <a href='061text.mu.html#L353'>buffer-to-array</a> buf
 <span id="L16" class="LineNr">16 </span>  open-console
-<span id="L17" class="LineNr">17 </span>  len:num <span class="Special">&lt;-</span> length *result
-<span id="L18" class="LineNr">18 </span>  print <span class="Constant">0/real-screen</span>, result
-<span id="L19" class="LineNr">19 </span>  wait-for-some-interaction
-<span id="L20" class="LineNr">20 </span>  close-console
-<span id="L21" class="LineNr">21 </span>]
+<span id="L17" class="LineNr">17 </span>  <a href='081print.mu.html#L33'>clear-screen</a> <span class="Constant">0/screen</span>  <span class="Comment"># non-scrolling app</span>
+<span id="L18" class="LineNr">18 </span>  len:num <span class="Special">&lt;-</span> length *result
+<span id="L19" class="LineNr">19 </span>  print <span class="Constant">0/real-screen</span>, result
+<span id="L20" class="LineNr">20 </span>  wait-for-some-interaction
+<span id="L21" class="LineNr">21 </span>  close-console
+<span id="L22" class="LineNr">22 </span>]
 </pre>
 </body>
 </html>