|
ELinks 0.19.1
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "bfu/dialog.h"#include "cache/cache.h"#include "config/kbdbind.h"#include "config/options.h"#include "dialogs/info.h"#include "document/renderer.h"#include "intl/libintl.h"#include "main/select.h"#include "main/timer.h"#include "main/version.h"#include "network/connection.h"#include "session/session.h"#include "terminal/terminal.h"#include "util/conv.h"#include "util/memcount.h"#include "util/memdebug.h"#include "util/memlist.h"#include "util/memory.h"#include "util/string.h"
Data Structures | |
| struct | keys_toggle_info |
Macros | |
| #define | val_add(text) |
Functions | |
| void | menu_about (struct terminal *term, void *xxx, void *xxxx) |
| static void | push_toggle_keys_display_button (void *data) |
| void | menu_keys (struct terminal *term, void *d_, void *xxx) |
| void | menu_copying (struct terminal *term, void *xxx, void *xxxx) |
| static char * | get_resource_info (struct terminal *term, void *data) |
| void | resource_info (struct terminal *term) |
| #define val_add | ( | text | ) |
|
static |
| void menu_about | ( | struct terminal * | term, |
| void * | xxx, | ||
| void * | xxxx ) |
| void menu_copying | ( | struct terminal * | term, |
| void * | xxx, | ||
| void * | xxxx ) |
| void menu_keys | ( | struct terminal * | term, |
| void * | d_, | ||
| void * | xxx ) |
|
static |
| void resource_info | ( | struct terminal * | term | ) |