From 5d80e1fc5a6f2e08b9f92effee021b4f0961f4d4 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 19 Oct 2011 07:50:15 +0000 Subject: [PATCH] Resolve warning: answer.cpp:271:15: warning: "/*" within comment and restore "normal" attributes during ANSI detection (unintentionally removed by Deuce in rev 1.69). Oh, and -Wall is good. :-) --- src/sbbs3/answer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/answer.cpp b/src/sbbs3/answer.cpp index 2b0bd9ddee..ae22baf045 100644 --- a/src/sbbs3/answer.cpp +++ b/src/sbbs3/answer.cpp @@ -267,7 +267,7 @@ bool sbbs_t::answer() "\x1b[6n" /* Get cursor position */ "\x1b[u" /* restore cursor position */ "\x1b[!_" /* RIP? */ - "\x1b[30;40m\xc2\x9f""Zuul.connection.write('\\x1b""Are you the gatekeeper?')\xc2\x9c" /* ZuulTerm? + "\x1b[30;40m\xc2\x9f""Zuul.connection.write('\\x1b""Are you the gatekeeper?')\xc2\x9c" /* ZuulTerm? */ "\x1b[0m_" /* "Normal" colors */ "\x1b[2J" /* clear screen */ "\x1b[H" /* home cursor */ -- GitLab