Data Fields | |
girara_list_t * | history |
bool | reset |
size_t | current |
size_t | current_match |
GiraraInputHistoryIO * | io |
char * | command_line |
Private data of the settings manager
Definition at line 11 of file input-history.c.
char* ih_private_t::command_line |
Definition at line 17 of file input-history.c.
size_t ih_private_t::current |
Definition at line 14 of file input-history.c.
size_t ih_private_t::current_match |
Definition at line 15 of file input-history.c.
girara_list_t* ih_private_t::history |
List of stored inputs
Definition at line 12 of file input-history.c.
GiraraInputHistoryIO* ih_private_t::io |
Definition at line 16 of file input-history.c.
bool ih_private_t::reset |
Show history starting from the most recent command
Definition at line 13 of file input-history.c.