]> granicus.if.org Git - nethack/commit
Unix CLI option to set windowtype
authorcohrs <cohrs>
Sun, 23 Nov 2003 21:36:36 +0000 (21:36 +0000)
committercohrs <cohrs>
Sun, 23 Nov 2003 21:36:36 +0000 (21:36 +0000)
commit57a1c343ddbe7ac79057dd776d88e0d7b6587013
treec12be795a2ebe0aa79f8c633d511db289b74ca6c
parentf8d6b1d41ff39083a44447dffc54d23209b841b2
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.
doc/fixes35.0
sys/unix/unixmain.c