http://bugs.winehq.org/show_bug.cgi?id=32089
Bug #: 32089 Summary: Window resize enters endless cycle Product: Wine Version: 1.5.16 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: techtonik@gmail.com Classification: Unclassified
Console2 application enters the endless cycle when tries to adjust its window size if it doesn't match one specified in settings. Probably there is an off-by-one problem in Wine window size reporting functions.
Console2 size is specified in characters. Default size is 25x80, but in Wine it jumps from 23x80 to 24x78 and back. Sources for Console2 are available.