Nut/OS  4.10.3
API Reference
_EDITHISTORY Struct Reference

Line input history. More...

#include <edline.h>

Collaboration diagram for _EDITHISTORY:

Data Fields

int hist_siz
 Maximum number of entries.
char ** hist_tab
 Table of entries.

Detailed Description

Line input history.

Definition at line 146 of file edline.h.


Field Documentation

Maximum number of entries.

Definition at line 148 of file edline.h.

Referenced by EditHistoryCreate(), EditHistoryDestroy(), and EditHistoryInsert().


The documentation for this struct was generated from the following file: