From c8e4d9fa692b15a0457efebb3d646a5d81462ebb Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 17 Feb 2020 07:09:12 -0800 Subject: [PATCH] Revert "io.streams.ansi: use call-next-method." This reverts commit dbb83b7100fc67714b009b3945516740bbf360d5. --- extra/io/streams/ansi/ansi.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/io/streams/ansi/ansi.factor b/extra/io/streams/ansi/ansi.factor index 19440313ff..942eaa9279 100644 --- a/extra/io/streams/ansi/ansi.factor +++ b/extra/io/streams/ansi/ansi.factor @@ -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 ;