33#define DEFINE_HELP_MESSAGE(opcode, op_string) { #opcode, op_string }, 
   41#undef DEFINE_HELP_MESSAGE 
   74    return "abort the current action";
 
   76    return "timeout occurred";
 
   78    return "repaint required";
 
 
#define DEFINE_HELP_MESSAGE(opcode, op_string)
 
const char * opcodes_get_description(int op)
Get the description of an opcode.
 
static const char * OpStrings[][2]
Lookup table mapping an opcode to its name and description e.g.
 
const char * opcodes_get_name(int op)
Get the name of an opcode.
 
All user-callable functions.
 
#define OP_TIMEOUT
1 second with no events
 
#define OP_REPAINT
Repaint is needed.
 
#define OP_ABORT
$abort_key pressed (Ctrl-G)