Unix CLI option to set windowtype
Add the ability to select the windowtype on the command line on Unix using a new -wwindowtype option. I had thought the proposed patch could core dump, but the default windowtype selection occurs earlier and ensures that raw_print will always work. So, the only problem with the proposed patch was it didn't move the linux and sco special-case code until after the selection was made. That special-case code really should be moved to to wintty.c, IMO since it doesn't affect other windowtypes.
This commit is contained in:
@@ -55,6 +55,7 @@ grammar fixes for applying stethoscope to corpses and statues
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
-----------------------------------------
|
||||
unix: new -wwindowtype option
|
||||
win32gui: better handling of "more" prompt for messages that would have scrolled
|
||||
off the window
|
||||
win32gui: set correct checkmark on "Lock Windows" menu item on startup
|
||||
|
||||
Reference in New Issue
Block a user