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

This reverts commit dbb83b7100.
flac
John Benediktsson 2020-02-17 07:09:12 -08:00 committed by Steve Ayerhart
parent a2d81e09fc
commit c8aa5a9ae8
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
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 call-next-method ;
] dip stream>> stream-write ;
M: ansi make-span-stream
swap <style-stream> <ignore-close-stream> ;