Files
nethack/include
nhmall fd0a4ec878 optlist.h maintenance
A very small number of boolean options had drifted, such that
their initval setting did not match its opt_in or opt_out value.

Correct that, by ensuring opt_in or opt_out reflects what was
actually happening.

The only option whose initial value is changing as a result
of this is timed_delay. It was listed as an opt_out option, but
was not being initialized as such. Now it is. This makes the
Mac X11 throwing animations work correctly with the earlier
timed_delay option adjustments for X11. There was nothing
displaying on Mac X11 after those earlier changes, unless
the timed_delay option was turned on.

Going forward, for boolean options, setting opt_in or opt_out
is all that is required, as that was the original intention
of those fields. It will take precedence if they fall out of
sync again.
2026-06-03 17:44:49 -04:00
..
2022-02-04 11:01:20 -05:00
2025-05-25 20:38:17 -04:00
2026-05-22 12:24:32 -04:00
2026-05-31 13:26:34 -04:00
2026-05-01 09:12:37 -04:00
2026-05-31 13:26:34 -04:00
2026-05-01 09:12:37 -04:00
2026-05-31 13:26:34 -04:00
2024-09-06 13:08:07 -07:00
2026-05-02 00:19:08 -04:00
2026-04-26 12:34:02 -04:00
2026-06-03 17:44:49 -04:00
2026-05-27 20:14:50 -04:00
2026-04-26 13:21:18 -04:00
2026-05-01 09:12:37 -04:00
2026-04-26 12:34:02 -04:00
2026-05-15 21:58:51 -04:00
2026-04-26 12:34:02 -04:00
2026-06-03 17:44:49 -04:00
2026-05-01 09:12:37 -04:00
2026-06-03 23:06:30 +03:00
2026-05-02 10:45:29 -04:00