Skip to content
Snippets Groups Projects
Commit 5aa0c28c authored by deuce's avatar deuce
Browse files

Disable recent changes due to a visual glitch in the "Synch" intro screen

and the bullseye menu display.  :-(
parent 0b043b83
Branches
Tags
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment