Saved list of user-entered commands/searches. More...
#include "module_data.h"
Data Fields | |
| char ** | hist |
| Array of history items. | |
| short | cur |
| Current history item. | |
| short | last |
| Last history item. | |
Saved list of user-entered commands/searches.
This is a ring buffer of strings.
Definition at line 33 of file module_data.h.
| char** History::hist |
Array of history items.
Definition at line 35 of file module_data.h.
| short History::cur |
Current history item.
Definition at line 36 of file module_data.h.
| short History::last |
Last history item.
Definition at line 37 of file module_data.h.