Saved list of user-entered commands/searches.
More...
|
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 92 of file history.c.
◆ hist
Array of history items.
Definition at line 94 of file history.c.
◆ cur
Current history item.
Definition at line 95 of file history.c.
◆ last
Last history item.
Definition at line 96 of file history.c.
The documentation for this struct was generated from the following file: