integrate 'msgtype' option and Norep()
Allow 'msgtype=show' for messages that nethack uses Norep() for. I don't know whether anyone will ever want to do that, but if felt strange to have two different message suppression mechanisms that were completely disconnected from each other. For a user with no msgtype filter, there'll be no difference in behavior.
This commit is contained in:
@@ -1662,7 +1662,7 @@ E boolean FDECL(add_menu_coloring, (char *));
|
||||
E boolean FDECL(get_menu_coloring, (char *, int *, int *));
|
||||
E void NDECL(free_menu_coloring);
|
||||
E boolean FDECL(msgtype_parse_add, (char *));
|
||||
E int FDECL(msgtype_type, (const char *));
|
||||
E int FDECL(msgtype_type, (const char *, BOOLEAN_P));
|
||||
E void NDECL(msgtype_free);
|
||||
|
||||
/* ### pager.c ### */
|
||||
|
||||
Reference in New Issue
Block a user