about summary refs log tree commit diff stats
path: root/apps/tile/main.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/main.mu')
-rw-r--r--apps/tile/main.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tile/main.mu b/apps/tile/main.mu
index 7c7065fc..a9d62bb4 100644
--- a/apps/tile/main.mu
+++ b/apps/tile/main.mu
@@ -75,4 +75,5 @@ fn render screen: (addr screen), buf: (addr gap-buffer) {
   move-cursor screen, start-row, start-col
   #
   render-gap-buffer screen, buf
+  flush-stdout
 }