ELinks 0.16.1.1
|
#include <history.h>
Data Fields | |
struct location list | history |
The first list item is the first visited location. | |
struct location * | current |
The current location. |
Related Symbols | |
(Note that these are not member symbols.) | |
void | create_history (struct ses_history *history) |
void | destroy_history (struct ses_history *history) |
void | clean_unhistory (struct ses_history *history) |
void | add_to_history (struct ses_history *history, struct location *loc) |
void | del_from_history (struct ses_history *history, struct location *loc) |
|
|
|
|
|
struct location* ses_history::current |
The current location.
This is moveable pivot pointing somewhere at the middle of history.
The first list item is the first visited location.
The last list item is the last location in the unhistory. The current location is included in this list.