#include <readline/able_history.h>
Data Fields | |
struct line_hist_s * | next |
The next oldest history entry. | |
char * | line |
The text of the line. | |
char * | timestamp |
The timestamp of when the line was added. | |
histdata_t | data |
Application data associated with the entry. |
This is used to store an ABLE history entry.
struct line_hist_s* line_hist_s::next [read] |
The next oldest history entry.
char* line_hist_s::line |
The text of the line.
char* line_hist_s::timestamp |
The timestamp of when the line was added.
Application data associated with the entry.