From f566b9741cd4ee75dbca406a25a7c3f598205b5a Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 9 May 2020 07:41:36 +0000 Subject: [PATCH] Fix the yellow/brown blinking/non-blinking text thing. --- ctrl/text.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index 462f1bc23c..346cd85010 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -999,8 +999,8 @@ "(color) " 821 TerminalColor "(iCE color) " 822 TerminalIceColor "Does your terminal display bright background "\ 823 IceColorTerminalQ - "(iCE) colors\r\n \1n\1i\1k\x013"\ - "(i.e. this text\1n is black on yellow and NOT BLINKING)" + "(iCE) colors\r\n \1n"\ + "(i.e. \1i\1k\x013this text\1n is black on yellow and NOT BLINKING)" "Does your terminal support UTF-8" 824 Utf8TerminalQ "\r\n\xb3 \1bCC \1n\1b: \1h\1c%.70s" 825 MsgCarbonCopyList "\1n\1hLogging on to @BBS@ as @ALIAS@ @ELLIPSIS@\1n\r\n"\ 826 LoggingOn -- GitLab