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
|
#endif
|
||||||
if (active_torrent == torrent_index)
|
if (active_torrent == torrent_index)
|
||||||
{
|
{
|
||||||
|
#ifdef ANSI_TERMINAL_COLORS
|
||||||
term = "\x1b[0m\x1b[7m";
|
term = "\x1b[0m\x1b[7m";
|
||||||
out += esc("7");
|
out += esc("7");
|
||||||
|
#endif
|
||||||
out += "*";
|
out += "*";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue