ELinks 0.16.1.1
|
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <time.h>
#include "elinks.h"
#include "bfu/dialog.h"
#include "cache/cache.h"
#include "dialogs/document.h"
#include "document/document.h"
#include "document/view.h"
#include "globhist/globhist.h"
#include "intl/libintl.h"
#include "protocol/header.h"
#include "protocol/uri.h"
#include "session/location.h"
#include "session/session.h"
#include "terminal/terminal.h"
#include "terminal/window.h"
#include "util/conv.h"
#include "util/memory.h"
#include "util/string.h"
#include "viewer/text/link.h"
#include "viewer/text/view.h"
Functions | |
void | nowhere_box (struct terminal *term, char *title) |
static void | add_link_info_to_string (struct string *msg, struct session *ses) |
void | link_info_dialog (struct session *ses) |
void | document_info_dialog (struct session *ses) |
void | cached_header_dialog (struct session *ses, struct cache_entry *cached) |
void | protocol_header_dialog (struct session *ses) |
void cached_header_dialog | ( | struct session * | ses, |
struct cache_entry * | cached ) |
void document_info_dialog | ( | struct session * | ses | ) |
void link_info_dialog | ( | struct session * | ses | ) |
void nowhere_box | ( | struct terminal * | term, |
char * | title ) |
void protocol_header_dialog | ( | struct session * | ses | ) |