merged console output fix for client_test from RC_0_16

This commit is contained in:
Arvid Norberg 2014-05-08 16:43:24 +00:00
parent cfc50c3946
commit 4b9f4c7690
1 changed files with 2 additions and 0 deletions

View File

@ -2075,8 +2075,10 @@ int main(int argc, char* argv[])
#endif
if (active_torrent == torrent_index)
{
#ifdef ANSI_TERMINAL_COLORS
term = "\x1b[0m\x1b[7m";
out += esc("7");
#endif
out += "*";
}
else