one more client_test pipe fix
This commit is contained in:
parent
bfe5dc798c
commit
187361cc20
|
@ -1546,6 +1546,11 @@ int main(int argc, char* argv[])
|
|||
if (terminal_height < 25)
|
||||
terminal_height = 25;
|
||||
}
|
||||
else
|
||||
{
|
||||
terminal_width = 190;
|
||||
terminal_height = 100;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue