merged console output fix for client_test from RC_0_16
This commit is contained in:
parent
cfc50c3946
commit
4b9f4c7690
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue