From 5aa0c28c373e078f62ca41d0b0709332115b08ea Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 8 Feb 2006 05:52:11 +0000 Subject: [PATCH] Disable recent changes due to a visual glitch in the "Synch" intro screen and the bullseye menu display. :-( --- src/sbbs3/con_out.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/con_out.cpp b/src/sbbs3/con_out.cpp index 6ccad99cb6..c752f95192 100644 --- a/src/sbbs3/con_out.cpp +++ b/src/sbbs3/con_out.cpp @@ -611,7 +611,7 @@ void sbbs_t::attr(int atr) if(curatr==atr) /* text hasn't changed. don't send codes */ return; -#if 1 +#if 0 strcpy(str,"\033["); if((!(atr&HIGH) && curatr&HIGH) || (!(atr&BLINK) && curatr&BLINK) || atr==LIGHTGRAY) { -- GitLab