diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-06-24 16:00:44 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-06-24 16:00:44 -0700 |
commit | aac2775a4d30459c3090569b26e81ba18f1423a7 (patch) | |
tree | 4dfec62ec660fa9a0297cfc813b133286d3ece2e /html/http-client.mu.html | |
parent | d467b0a5b2ebf4e3bbfb510ca317e6141cce0d06 (diff) | |
download | mu-aac2775a4d30459c3090569b26e81ba18f1423a7.tar.gz |
3951
Diffstat (limited to 'html/http-client.mu.html')
-rw-r--r-- | html/http-client.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/http-client.mu.html b/html/http-client.mu.html index ded233bb..20a65f05 100644 --- a/html/http-client.mu.html +++ b/html/http-client.mu.html @@ -74,7 +74,7 @@ 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"><-</span> <a href='061text.mu.html#L344'>buffer-to-array</a> buf <span id="L16" class="LineNr">16 </span> open-console -<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="L17" class="LineNr">17 </span> <a href='081print.mu.html#L46'>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"><-</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 |