ELinks 0.16.1.1
|
#include "bfu/menu.h"
#include "cache/cache.h"
#include "session/task.h"
#include "terminal/terminal.h"
#include "viewer/action.h"
Typedefs | |
typedef int | pass_uri_type_T |
Enumerations | |
enum | pass_uri_type { PASS_URI_FRAME , PASS_URI_LINK , PASS_URI_TAB } |
Functions | |
void | activate_bfu_technology (struct session *, int) |
void | dialog_goto_url (struct session *ses, char *url) |
void | tab_menu (struct session *ses, int x, int y, int place_above_cursor) |
void | free_history_lists (void) |
void | query_file (struct session *, struct uri *, void *, void(*)(void *, char *), void(*)(void *), int) |
void | query_exit (struct session *ses) |
void | exit_prog (struct session *ses, int query) |
void | save_url_as (struct session *ses) |
void | open_uri_in_new_window (struct session *ses, struct uri *uri, struct uri *referrer, term_env_type_T env, cache_mode_T cache_mode, enum task_type task) |
void | send_open_new_window (struct terminal *term, const struct open_in_new *open, struct session *ses) |
void | send_open_in_new_window (struct terminal *term, const struct open_in_new *open, struct session *ses) |
void | open_in_new_window (struct terminal *term, void *func_, void *ses_) |
void | add_new_win_to_menu (struct menu_item **mi, char *text, struct terminal *term) |
void | add_uri_command_to_menu (struct menu_item **mi, pass_uri_type_T type, char *text) |
enum frame_event_status | pass_uri_to_command (struct session *ses, struct document_view *doc_view, int type) |
void | auto_complete_file (struct terminal *term, int no_elevator, char *path, menu_func_T file_func, menu_func_T dir_func, void *data) |
typedef int pass_uri_type_T |
enum pass_uri_type |
void activate_bfu_technology | ( | struct session * | ses, |
int | item ) |
void add_uri_command_to_menu | ( | struct menu_item ** | mi, |
pass_uri_type_T | type, | ||
char * | text ) |
void auto_complete_file | ( | struct terminal * | term, |
int | no_elevator, | ||
char * | path, | ||
menu_func_T | file_func, | ||
menu_func_T | dir_func, | ||
void * | data ) |
void dialog_goto_url | ( | struct session * | ses, |
char * | url ) |
void exit_prog | ( | struct session * | ses, |
int | query ) |
void free_history_lists | ( | void | ) |
void open_in_new_window | ( | struct terminal * | term, |
void * | func_, | ||
void * | ses_ ) |
void open_uri_in_new_window | ( | struct session * | ses, |
struct uri * | uri, | ||
struct uri * | referrer, | ||
term_env_type_T | env, | ||
cache_mode_T | cache_mode, | ||
enum task_type | task ) |
enum frame_event_status pass_uri_to_command | ( | struct session * | ses, |
struct document_view * | doc_view, | ||
int | type ) |
void query_exit | ( | struct session * | ses | ) |
void query_file | ( | struct session * | ses, |
struct uri * | uri, | ||
void * | data, | ||
void(* | std )(void *, char *), | ||
void(* | cancel )(void *), | ||
int | interactive ) |
void save_url_as | ( | struct session * | ses | ) |
void send_open_in_new_window | ( | struct terminal * | term, |
const struct open_in_new * | open, | ||
struct session * | ses ) |
void send_open_new_window | ( | struct terminal * | term, |
const struct open_in_new * | open, | ||
struct session * | ses ) |
void tab_menu | ( | struct session * | ses, |
int | x, | ||
int | y, | ||
int | place_above_cursor ) |