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:
cohrs
2003-11-23 21:36:36 +00:00
parent f8d6b1d41f
commit 57a1c343dd
2 changed files with 11 additions and 8 deletions
+1
View File
@@ -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