[ros-bugs] [Bug 5503] REGRESSION: Far Manager 1.65 fails to start

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Mon Jan 24 04:41:12 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=5503


glimt <trashb0x at inbox.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trashb0x at inbox.ru




--- Comment #9 from glimt <trashb0x at inbox.ru>  2011-01-24 04:41:12 CET ---
I bypass this problem by adding console resizing in
IntReadConsoleOutput/IntWriteConsoleOutput: 


   if (dwBufferSize.Y==300)  {
       dwBufferSize.Y=25;
        SetConsoleScreenBufferSize(hConsoleOutput,dwBufferSize);
    }
know,that is ugly,but anyway far 1.65 now work fine


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Ros-bugs mailing list