about summary refs log tree commit diff stats
path: root/http-client.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-18 10:09:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-18 10:14:49 -0700
commitb6fa632e2f46467c76c7fb39c731cb17e8558ee0 (patch)
treef821a84d0143eec4c1c8f53cdad1807800b90365 /http-client.mu
parentee1a18f050a5458ade460720091e20ce6b335011 (diff)
downloadmu-b6fa632e2f46467c76c7fb39c731cb17e8558ee0.tar.gz
3861 - screen untouched when entering console mode
Diffstat (limited to 'http-client.mu')
-rw-r--r--http-client.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/http-client.mu b/http-client.mu
index 6bf1bfa6..681b4738 100644
--- a/http-client.mu
+++ b/http-client.mu
@@ -14,6 +14,7 @@ def main [
   }
   result:text <- buffer-to-array buf
   open-console
+  clear-screen 0/screen  # non-scrolling app
   len:num <- length *result
   print 0/real-screen, result
   wait-for-some-interaction