From 187361cc207f0f26d296f71cd4527f9f5e06a4d8 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 3 Jun 2011 08:25:34 +0000 Subject: [PATCH] one more client_test pipe fix --- examples/client_test.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 89ebdb19b..c22f4be5f 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -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