From 8f34dfd1e09e9e33176bba8f05a2ec229cf3b56f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 7 Feb 2021 15:50:16 -0800 Subject: 7693 - baremetal: pass background color everywhere --- baremetal/309stream.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'baremetal/309stream.subx') diff --git a/baremetal/309stream.subx b/baremetal/309stream.subx index fc727329..56b19272 100644 --- a/baremetal/309stream.subx +++ b/baremetal/309stream.subx @@ -98,7 +98,7 @@ $write-to-stream:end: c3/return $write-to-stream:abort: - (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "write-to-stream: stream full" 3) # 3=cyan + (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "write-to-stream: stream full" 3 0) # 3=cyan { eb/jump loop/disp8 } @@ -151,7 +151,7 @@ $read-from-stream:end: c3/return $read-from-stream:abort: - (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "read-from-stream: stream empty" 3) # 3=cyan + (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "read-from-stream: stream empty" 3 0) # 3=cyan { eb/jump loop/disp8 } -- cgit 1.4.1-2-gfad0