From 1b898867c5e921c1c1020e208e607795d371b052 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 12 Mar 2002 14:10:24 +0000 Subject: [PATCH] document set_option_mod_status in window.doc --- doc/window.doc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/window.doc b/doc/window.doc index 17b14cfd9..f2aa2202e 100644 --- a/doc/window.doc +++ b/doc/window.doc @@ -562,6 +562,14 @@ set_wc_option_mod_status(optmask, status) or SET_IN_GAME (SET_IN_FILE implies that the option is completely hidden during the game). +set_option_mod_status(optnam, status) + -- Adjust the optflag field for one of the core options + that is not part of the wincap suite. A port might use + this to override the default initialization setting for + status specified in options.c. Note that you have to + specify the option by name and that you can only set + one option per call unlike set_wc_option_mod_status(). + Adding a new wincap option: