From abbfedc53d445b4d440a820684ed21681e77542c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 17 Feb 2020 07:08:56 -0800 Subject: [PATCH] Revert "io.streams.256color: use call-next-method." This reverts commit 4af73340d24a1ede9639982c05122c255e1dbf87. --- extra/io/streams/256color/256color.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/io/streams/256color/256color.factor b/extra/io/streams/256color/256color.factor index 1b61e040e2..a8b44baaae 100644 --- a/extra/io/streams/256color/256color.factor +++ b/extra/io/streams/256color/256color.factor @@ -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 ;