EDITHISTORY Struct Reference
[EdLine Editor]

Line input history. More...

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().

Table of entries.

Definition at line 150 of file edline.h.

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


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

© 2000-2010 by contributors - visit http://www.ethernut.de/