http://bugs.winehq.org/show_bug.cgi?id=15293
Summary: GetLargestConsoleWindowSize does NOT returns the screen size Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: bugzilla.j.iansemail@spamgourmet.com
Wineconsole does NOT returns the screen size when GetLargestConsoleWindowSize is called, instead it seems to return a value 80, 24.
"The GetLargestConsoleWindowSize function returns the size of the largest possible console window, based on the current font and the size of the display."
I am calling wineconsole --backend=user WineTest.exe using wine 1.0 under Ubuntu 7.10
I wrote a small windows test program to determine why another more complex application (TFC.EXE) does not allow screen resizing