diff options
Diffstat (limited to 'baremetal/309stream.subx')
-rw-r--r-- | baremetal/309stream.subx | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |