Files
nethack/src
nhmall f228fefabd updated window_procs
Add a non-string identifier to window_procs for use in runtime
identification of the current window port being used.

Use a macro WPID to add the identification at the top of the
various existing window_procs declarations. It expands to the
existing text string, as well as the newly added field wp_id
with a wp_ identifier.

For example, WPID(tty) expands to: "tty", wp_tty

The generated wp_tty must be present in the wp_ids enum at
the top of include/winprocs.h.

The WINDOWPORT(x) macro has been updated to expand to a simple
value comparison (port.wp_id == wp_x), instead of a
string comparison.
2022-06-29 23:21:19 -04:00
..
2022-02-04 09:41:30 -05:00
2022-05-31 10:36:12 -07:00
2022-06-29 22:13:28 -04:00
2022-03-18 10:19:04 +02:00
2022-03-17 18:10:38 -04:00
2022-05-07 10:25:13 -04:00
2022-06-10 11:35:07 -07:00
2022-06-29 22:13:28 -04:00
2022-03-21 12:32:07 -07:00
2021-01-26 21:06:16 -05:00
2022-04-24 13:03:47 +03:00
2022-06-13 03:35:46 -07:00
2022-05-30 12:09:35 -04:00
2022-05-30 12:09:35 -04:00
2022-06-25 11:26:05 -07:00
2022-02-23 12:53:09 +02:00
2022-05-30 12:09:35 -04:00
2021-12-16 15:56:52 -08:00
2022-06-11 00:18:27 -04:00
2022-06-10 10:14:06 -07:00
2022-03-16 18:18:52 -04:00
2022-05-07 10:25:13 -04:00
2022-06-11 11:38:52 -07:00
2022-05-31 19:09:52 -04:00
2022-05-31 19:09:52 -04:00
2022-06-06 16:15:07 -07:00
2022-06-29 23:21:19 -04:00
2022-06-29 18:17:07 -07:00
2022-06-12 13:19:13 -07:00
2022-06-11 00:11:48 -07:00
2022-01-05 17:35:33 +02:00
2022-01-29 11:13:01 -08:00
2022-04-29 12:44:26 -07:00
2021-12-16 15:56:52 -08:00
2022-02-20 17:29:37 +02:00
2022-03-18 10:19:04 +02:00
2022-02-09 22:49:25 +02:00
2022-05-25 12:30:48 -07:00
2021-01-26 21:06:16 -05:00
2022-06-11 17:18:34 +09:00
2022-04-29 12:44:26 -07:00
2022-03-18 10:19:04 +02:00
2022-06-29 23:21:19 -04:00
2022-03-18 10:19:04 +02:00
2022-05-30 12:09:35 -04:00