https://bugs.winehq.org/show_bug.cgi?id=48203
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1
--- Comment #11 from Damjan Jovanovic damjan.jov@gmail.com --- Console handling has been heavily changed lately, and I can't get the screen to garble. Please re-rest.(In reply to Artem S. Tashkinov from comment #10)
I've narrowed this bug report down to:
[HKEY_CURRENT_USER\Console] "ScreenBufferSize"=dword:0032008c "WindowSize"=dword:0032008c
And just these three settings in Far ( Application Data/Far Manager/Profile/generalconfig.db ):
INSERT INTO general_config VALUES('System','WindowMode',0); INSERT INTO general_config VALUES('System','WindowMode.StickyX',1); INSERT INTO general_config VALUES('System','WindowMode.StickyY',0);
At this point you can use any Far release at:
Console handling has been heavily changed lately, and using latest Git master (after 5.19) with these instructions, everything looks ok, even when resizing.
Please re-test.