wraptext port option (from <Someone>)

WC2_WRAPTEXT option was added but core changes
were not included  in the previous wince patch.
This commit is contained in:
nethack.allison
2003-08-14 11:04:33 +00:00
parent 8b5d31eb01
commit 5e94d4478b
6 changed files with 20 additions and 6 deletions

View File

@@ -265,6 +265,7 @@ struct instance_flags {
boolean wc_mouse_support; /* allow mouse support */
boolean wc2_fullscreen; /* run fullscreen */
boolean wc2_softkeyboard; /* use software keyboard */
boolean wc2_wraptext; /* wrap text */
boolean cmdassist; /* provide detailed assistance for some commands */
boolean clicklook; /* allow right-clicking for look */