int wc2_statuslines; /* default = 2, curses can handle 3 */
int wc2_windowborders; /* display borders on NetHack windows */
int wc2_petattr; /* text attributes for pet */
- /* VE edit: APE overhaul */
struct autopickup_exception *autopickup_exceptions;
-/*
-#define AP_LEAVE 0
-#define AP_GRAB 1
-*/
#ifdef WIN32
#define MAX_ALTKEYHANDLER 25
char altkeyhandler[MAX_ALTKEYHANDLER];
STATIC_DCL const char *FDECL(get_compopt_value, (const char *, char *));
STATIC_DCL void FDECL(remove_autopickup_exception,
(struct autopickup_exception *));
-STATIC_DCL int NDECL(count_ape_maps); /* VE edit: APE overhaul */
+STATIC_DCL int NDECL(count_ape_maps);
STATIC_DCL boolean FDECL(is_wc_option, (const char *));
STATIC_DCL boolean FDECL(wc_supported, (const char *));
add_menu(win, NO_GLYPH, &any, 0, 0, ATR_NONE, buf, MENU_UNSELECTED);
}
-/* VE edit: APE overhaul */
int
count_apes(VOID_ARGS)
{
return 0;
}
-/* VE edit: APE overhaul */
int
add_autopickup_exception(mapping)
const char *mapping;
return 1;
}
-/* VE edit: APE overhaul */
STATIC_OVL void
remove_autopickup_exception(whichape)
struct autopickup_exception *whichape;
}
}
-/* VE edit: APE overhaul */
STATIC_OVL int
count_ape_maps()
{
return numapes;
}
-/* VE edit: APE overhaul */
void
free_autopickup_exceptions()
{