one more client_test pipe fix

This commit is contained in:
Arvid Norberg 2011-06-03 08:25:34 +00:00
parent bfe5dc798c
commit 187361cc20
1 changed files with 5 additions and 0 deletions

View File

@ -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