33#define DEFINE_HELP_MESSAGE(opcode, op_string) { #opcode, op_string },
41#undef DEFINE_HELP_MESSAGE
58 return "OP_PARTIAL_KEY";
76 return "abort the current action";
78 return "timeout occurred";
80 return "partial keybinding";
82 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)
#define OP_PARTIAL_KEY
Incomplete keybinding.