Contains information about an EVENT_COMMAND_LINE_ENTERED event.
#include <event.h>
typedef struct
{
scr_t *scrID;
char *cmdLine;
char *upper_cmdLine;
} EventCmdLineInfo_t;
Points to the ID of the screen, which received the command.
Points to command that was entered.
Points to an upper-case version of the command line.