#include <readline/able_history.h>
Data Fields | |
struct line_hist_s * | entries |
The entries within this context. | |
int | max_entries |
Positive values limit the depth the history should extend to, 0 disables adding new entries to the history (old entries may be accessed) and a negative value indicates no limit should be placed. |
This is used to store the context of an ABLE history. The history entries are held in a linked list which is limited in depth.
struct line_hist_s* able_history_s::entries [read] |
The entries within this context.
Positive values limit the depth the history should extend to, 0 disables adding new entries to the history (old entries may be accessed) and a negative value indicates no limit should be placed.