ELinks 0.16.1.1
|
Functions | |
int | current_link_evhook (struct document_view *doc_view, enum script_event_hook_type type) |
void | set_link (struct document_view *doc_view) |
void | clear_link (struct terminal *term, struct document_view *doc_view) |
void | draw_current_link (struct session *ses, struct document_view *doc_view) |
void | highlight_links_with_prefixes_that_start_with_n (struct terminal *term, struct document_view *doc_view, int n) |
void | link_menu (struct terminal *term, void *, void *ses) |
struct link * | get_first_link (struct document_view *doc_view) |
struct link * | get_last_link (struct document_view *doc_view) |
struct link * | get_link_at_coordinates (struct document_view *doc_view, int x, int y) |
char * | get_current_link_title (struct document_view *doc_view) |
char * | get_current_link_info (struct session *ses, struct document_view *doc_view) |
void | set_pos_x (struct document_view *doc_view, struct link *link) |
void | set_pos_y (struct document_view *doc_view, struct link *link) |
void | find_link_up (struct document_view *doc_view) |
void | find_link_page_up (struct document_view *doc_view) |
void | find_link_down (struct document_view *doc_view) |
void | find_link_page_down (struct document_view *doc_view) |
int | current_link_is_visible (struct document_view *doc_view) |
int | next_link_in_view (struct document_view *doc_view, int current, int direction) |
int | next_link_in_view_y (struct document_view *doc_view, int current, int direction) |
int | next_link_in_dir (struct document_view *doc_view, int dir_x, int dir_y) |
void | jump_to_link_number (struct session *ses, struct document_view *doc_view, int) |
struct link * | goto_current_link (struct session *ses, struct document_view *, int) |
struct link * | goto_link (struct session *ses, struct document_view *, struct link *, int) |
void | goto_link_number (struct session *ses, char *num) |
void | goto_link_symbol (struct session *ses, char *sym) |
void | get_link_x_bounds (struct link *link, int y, int *min_x, int *max_x) |
enum frame_event_status | enter (struct session *ses, struct document_view *doc_view, int do_reload) |
enum frame_event_status | try_document_key (struct session *ses, struct document_view *doc_view, struct term_event *ev) |
struct uri * | get_link_uri (struct session *ses, struct document_view *doc_view, struct link *link) |
void clear_link | ( | struct terminal * | term, |
struct document_view * | doc_view ) |
int current_link_evhook | ( | struct document_view * | doc_view, |
enum script_event_hook_type | type ) |
int current_link_is_visible | ( | struct document_view * | doc_view | ) |
void draw_current_link | ( | struct session * | ses, |
struct document_view * | doc_view ) |
enum frame_event_status enter | ( | struct session * | ses, |
struct document_view * | doc_view, | ||
int | do_reload ) |
void find_link_down | ( | struct document_view * | doc_view | ) |
void find_link_page_down | ( | struct document_view * | doc_view | ) |
void find_link_page_up | ( | struct document_view * | doc_view | ) |
void find_link_up | ( | struct document_view * | doc_view | ) |
char * get_current_link_info | ( | struct session * | ses, |
struct document_view * | doc_view ) |
char * get_current_link_title | ( | struct document_view * | doc_view | ) |
struct link * get_first_link | ( | struct document_view * | doc_view | ) |
struct link * get_last_link | ( | struct document_view * | doc_view | ) |
struct link * get_link_at_coordinates | ( | struct document_view * | doc_view, |
int | x, | ||
int | y ) |
struct uri * get_link_uri | ( | struct session * | ses, |
struct document_view * | doc_view, | ||
struct link * | link ) |
void get_link_x_bounds | ( | struct link * | link, |
int | y, | ||
int * | min_x, | ||
int * | max_x ) |
struct link * goto_current_link | ( | struct session * | ses, |
struct document_view * | , | ||
int | ) |
struct link * goto_link | ( | struct session * | ses, |
struct document_view * | , | ||
struct link * | , | ||
int | ) |
void goto_link_number | ( | struct session * | ses, |
char * | num ) |
void goto_link_symbol | ( | struct session * | ses, |
char * | sym ) |
void highlight_links_with_prefixes_that_start_with_n | ( | struct terminal * | term, |
struct document_view * | doc_view, | ||
int | n ) |
void jump_to_link_number | ( | struct session * | ses, |
struct document_view * | doc_view, | ||
int | ) |
void link_menu | ( | struct terminal * | term, |
void * | , | ||
void * | ses ) |
int next_link_in_dir | ( | struct document_view * | doc_view, |
int | dir_x, | ||
int | dir_y ) |
int next_link_in_view | ( | struct document_view * | doc_view, |
int | current, | ||
int | direction ) |
int next_link_in_view_y | ( | struct document_view * | doc_view, |
int | current, | ||
int | direction ) |
void set_link | ( | struct document_view * | doc_view | ) |
void set_pos_x | ( | struct document_view * | doc_view, |
struct link * | link ) |
void set_pos_y | ( | struct document_view * | doc_view, |
struct link * | link ) |
enum frame_event_status try_document_key | ( | struct session * | ses, |
struct document_view * | doc_view, | ||
struct term_event * | ev ) |