about summary refs log tree commit diff stats
path: root/apps/tile
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-16 16:51:07 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-16 16:52:26 -0700
commit9b873e3bcddf34d5b6d60e66838d71dd46de51f4 (patch)
treeb867bf22143c31043de38f9cabc12a1d7ac37bd8 /apps/tile
parent9f8f2731dfd722f06b0a7f4797e775c9f49bc37b (diff)
downloadmu-9b873e3bcddf34d5b6d60e66838d71dd46de51f4.tar.gz
6792
Roll back all buffering of Stdout.
Diffstat (limited to 'apps/tile')
-rw-r--r--apps/tile/main.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tile/main.mu b/apps/tile/main.mu
index a9d62bb4..7c7065fc 100644
--- a/apps/tile/main.mu
+++ b/apps/tile/main.mu
@@ -75,5 +75,4 @@ fn render screen: (addr screen), buf: (addr gap-buffer) {
   move-cursor screen, start-row, start-col
   #
   render-gap-buffer screen, buf
-  flush-stdout
 }