Hi everyone,
I'm new to Wine and having trouble getting a Windows console (cmd) based application to run at an adequate window resolution.
Wine console starts the program in a new window (--backend=user), but the window and buffer size is always set to 80x25. Modifying the window and buffer size values in the 'Configuration' window does not extend the buffer or window size, even when using the 'save for future sessions' option. Using the emacs option instead of win32 also has no effect (and is also unstable).
Is there any way to have the Wine Console retain the values specified? I've looked in the registry file, but these values seem to be ignored.
Any help would be appreciated.
Wine Console ignores buffer and window size
-
- Newbie
- Posts: 2
- Joined: Sat Feb 23, 2013 11:40 pm
-
- Newbie
- Posts: 2
- Joined: Sat Feb 23, 2013 11:40 pm
Re: Wine Console ignores buffer and window size
The screen buffer and window size are hardcoded constants in different locations within the source code:
Some patches were provided in bugzilla, but were never committed to source.
- dlls/kernel32/console.c
programs/wineconsole/registry.c
server/console.c
Some patches were provided in bugzilla, but were never committed to source.