Revert "io.streams.256color: use call-next-method."

This reverts commit 4af73340d2.
flac
John Benediktsson 2020-02-17 07:08:56 -08:00 committed by Steve Ayerhart
parent 773811b66d
commit a2d81e09fc
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ M: 256color 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: 256color make-span-stream
swap <style-stream> <ignore-close-stream> ;