Show control key combos with uppercase alpha
[aNetHack.git] / include / macpopup.h
blob491592b1f1d0c2b2d02f11244688756aa65444d7
1 /* NetHack 3.6 macpopup.h $NHDT-Date: 1432512781 2015/05/25 00:13:01 $ $NHDT-Branch: master $:$NHDT-Revision: 1.10 $ */
2 /* Copyright (c) Nethack Development Team, 1999. */
3 /* NetHack may be freely redistributed. See license for details. */
5 #ifndef MACPOPUP_H
6 #define MACPOPUP_H
8 /* ### mmodal.c ### */
10 extern void FlashButton(DialogRef, short);
11 extern char queued_resp(char *resp);
12 extern char topl_yn_function(const char *query, const char *resp, char def);
13 extern int get_line_from_key_queue(char *bufp);
15 #endif /* MACPOPUP_H */