Line input history. More...
#include <edline.h>
Data Fields | |
| int | hist_siz |
| Maximum number of entries. | |
| char ** | hist_tab |
| Table of entries. | |
Line input history.
Maximum number of entries.
Referenced by EditHistoryCreate(), EditHistoryDestroy(), and EditHistoryInsert().
| char** _EDITHISTORY::hist_tab |
Table of entries.
Referenced by EditHistoryCreate(), EditHistoryDestroy(), EditHistoryGet(), EditHistoryInsert(), and EditHistorySet().