http://bugs.winehq.org/show_bug.cgi?id=10919
--- Comment #14 from Hugh McMaster hughmcmaster@outlook.com 2013-09-30 03:06:38 CDT --- Created attachment 46145 --> http://bugs.winehq.org/attachment.cgi?id=46145 Allows GetLargestConsoleWindowSize() to function successfully
This patch allows GetLargestConsoleWindowSize() to return the correct constants based on a user's current screen resolution and wineconsole font size.
It also modifies wineconsole so that the maximum console window size cannot be exceeded. Scrollbars appear when a user wishes to use a screen buffer larger than the maximum window size.
I've tested this patch using three different console-based programs. Each has detected the maximum window size possible. Feedback and advice from testers/others is welcomed.