Files
nethack/src
nethack.allison 5d3448fc16 Message recall window extensions
by <Someone>

(the following text accompanies the patch at <Someone>'s web page)

add more configurability to the new msg_window option of [..]3.4.0.
It allows the configuration option to take an optional parameter to
specify the style of message history display to use.

allows the following configuration options:

msg_window:s - single message (as was the default in 3.3.0)
msg_window:c - combination; two messages in 'single', then as 'full'
msg_window:f - full window; oldest message first
msg_window:r - full window reversed; newest message first

In the event of no parameter being provided,
the patch is compatible with the current 3.4.0 behaviour:
msg_window = 'full'
!msg_window = 'single'
msg_window can be configured for these options in the
Options menu (Shift-O)
msg_window stores the current window type in the non-persistent
iflags structure, which means that savefile/bones files should be
100% compatible with Vanilla, but at the disadvantage that your
customisations to msg_window will be replaced with your
defaults.nh (or ~/.nethackrc) value every time you restart a saved game.
Credits:

The patch draws inspiration (and code snippets) extensively
from <Someone>'s original msg_window patch, [...] as well as <Someone>'s code for reverse ordering implemented until recently in
Slash'em.
2002-04-20 14:16:23 +00:00
..
2002-01-18 02:50:06 +00:00
2002-04-19 05:50:02 +00:00
2002-03-23 04:37:02 +00:00
2002-02-04 16:06:00 +00:00
2002-04-03 06:56:35 +00:00
2002-03-12 22:41:48 +00:00
2002-02-04 16:06:00 +00:00
2002-04-13 16:00:13 +00:00
2002-04-01 05:18:28 +00:00
2002-03-31 06:27:27 +00:00
2002-03-18 07:30:48 +00:00
2002-04-16 01:37:57 +00:00
2002-02-04 16:06:00 +00:00
2002-02-13 06:52:46 +00:00
2002-03-29 13:37:16 +00:00
2002-04-01 05:18:28 +00:00
2002-03-11 08:46:54 +00:00
2002-04-07 10:43:59 +00:00
2002-03-29 17:56:13 +00:00
2002-03-30 09:50:59 +00:00
2002-03-13 07:40:47 +00:00
2002-03-23 06:53:09 +00:00
2002-03-31 05:29:03 +00:00
2002-02-04 16:06:00 +00:00
2002-02-04 16:06:00 +00:00
2002-02-04 16:06:00 +00:00
2002-02-04 16:06:00 +00:00
2002-04-16 01:37:57 +00:00
2002-02-04 16:06:00 +00:00
2002-03-05 06:21:05 +00:00
2002-02-04 16:06:00 +00:00
2002-04-17 00:12:02 +00:00
2002-03-10 04:05:59 +00:00
2002-04-14 03:55:30 +00:00
2002-02-06 06:56:53 +00:00
2002-02-04 16:06:00 +00:00
2002-02-04 16:06:00 +00:00
2002-04-06 04:41:32 +00:00
2002-03-18 06:58:18 +00:00
2002-02-04 16:06:00 +00:00
2002-04-15 15:33:44 +00:00
2002-04-07 10:43:59 +00:00
2002-04-07 10:43:59 +00:00
2002-02-25 01:02:55 +00:00
2002-02-04 16:06:00 +00:00
2002-02-14 02:33:52 +00:00
2002-04-16 04:57:51 +00:00
2002-04-20 14:16:23 +00:00
2002-02-27 02:17:01 +00:00
2002-03-30 21:16:34 +00:00
2002-04-15 19:25:18 +00:00
2002-04-15 14:56:39 +00:00
2002-02-04 16:06:00 +00:00
2002-02-19 05:10:31 +00:00
2002-02-04 16:06:00 +00:00
2002-03-23 12:08:19 +00:00
2002-02-04 16:06:00 +00:00
2002-02-04 16:06:00 +00:00
2002-02-04 16:06:00 +00:00
2002-02-04 16:06:00 +00:00
2002-02-09 18:39:54 +00:00
2002-03-10 04:05:59 +00:00
2002-02-04 16:11:00 +00:00
2002-04-15 10:52:20 +00:00
2002-03-06 19:02:49 +00:00
2002-02-09 00:30:33 +00:00
2002-02-21 03:33:42 +00:00
2002-02-24 05:38:57 +00:00
2002-04-11 14:05:33 +00:00
2002-04-01 05:18:28 +00:00
2002-04-01 05:18:28 +00:00
2002-04-01 00:57:22 +00:00
2002-02-04 16:11:00 +00:00
2002-04-14 06:09:00 +00:00
2002-03-17 08:19:21 +00:00
2002-04-19 06:03:01 +00:00
2002-02-04 16:11:00 +00:00
2002-03-02 00:57:52 +00:00
2002-02-04 16:11:00 +00:00
2002-04-18 02:26:09 +00:00
2002-03-09 02:58:46 +00:00
2002-04-11 02:24:15 +00:00
2002-02-04 16:11:00 +00:00
2002-03-09 01:59:47 +00:00
2002-02-09 00:30:33 +00:00
2002-04-07 10:43:59 +00:00