io.streams.ansi: use call-next-method.

master
John Benediktsson 2020-02-15 09:36:06 -08:00
parent 4af73340d2
commit dbb83b7100
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ M: ansi stream-format
[ background of [ color>background ] [ "" ] if* ]
[ font-style of [ font-styles ] [ "" ] if* ]
tri 3append [ "\e[0m" surround ] unless-empty
] dip stream>> stream-write ;
] dip call-next-method ;
M: ansi make-span-stream
swap <style-stream> <ignore-close-stream> ;