Files
nethack/include
PatR f588a707bb groundwork for nethackrc name on command line
I've implemented 'nethack -nethackrc=filename' as an alternative to
'NETHACKOPTIONS='@filename' nethack' but at the moment it doesn't
work because the command line parsing comes after the run-time config
file has already been processed.  But this part should work, or maybe
have problems spotted and fixed if it doesn't.  The RC file part of
initoptions_finish() has been rewritten so that it won't need extra
replication of
|  set_error_handling()
|  process_file()
|  reset_error_handling()
|  if (NETHACKOPTIONS) {
|    set_error_handling()
|    process_options()
|    reset_error_handling()
|  }
I've tried to test all the combinations mentioned in the comment but
am not sure that I covered everything, particulary for repeating
earlier tests after making incremental changes.
2022-02-16 00:36:26 -08:00
..
2022-02-04 11:01:20 -05:00
2022-02-03 00:27:43 -08:00
2021-02-07 22:25:25 -06:00
2020-10-14 09:25:45 -07:00
2022-01-29 11:13:01 -08:00
2021-10-24 18:04:57 -04:00
2021-01-26 21:06:16 -05:00
2022-02-16 08:49:16 +02:00
2022-02-07 15:55:04 -08:00
2019-01-28 10:02:08 +01:00
2021-01-20 22:18:34 -06:00
2021-12-26 00:16:55 -08:00
2020-12-04 09:30:21 +02:00
2021-12-26 14:57:29 -08:00
2022-02-02 05:26:03 -08:00
2022-01-28 08:30:08 +02:00
2021-12-19 19:31:19 -08:00
2021-10-15 15:43:23 -07:00
2021-09-18 19:51:04 -04:00
2022-02-09 22:49:25 +02:00
2022-02-01 13:03:41 -05:00
2020-08-12 16:15:28 -07:00
2022-02-08 19:29:27 -05:00
2021-10-21 08:48:23 -04:00
2021-12-20 08:16:13 -08:00
2021-09-20 09:32:40 -04:00
2022-01-29 16:28:06 -05:00
2021-01-26 10:27:51 -05:00
2022-02-12 11:05:10 +02:00
2022-01-11 10:25:50 -08:00