|
ELinks 0.19.1
|
#include "elinks.h"#include "bfu/dialog.h"#include "dialogs/progress.h"#include "intl/libintl.h"#include "network/progress.h"#include "terminal/draw.h"#include "util/conv.h"#include "util/error.h"#include "util/memory.h"#include "util/string.h"
Functions | |
| static char * | get_progress_msg_2 (struct progress *progress, struct terminal *term, int wide, int full, const char *separator, char *type) |
| char * | get_upload_progress_msg (struct progress *progress, struct terminal *term, int wide, int full, const char *separator) |
| char * | get_progress_msg (struct progress *progress, struct terminal *term, int wide, int full, const char *separator) |
| void | draw_progress_bar (struct progress *progress, struct terminal *term, int x, int y, int width, char *text, struct color_pair *meter_color) |
| void draw_progress_bar | ( | struct progress * | progress, |
| struct terminal * | term, | ||
| int | x, | ||
| int | y, | ||
| int | width, | ||
| char * | text, | ||
| struct color_pair * | meter_color ) |
| char * get_progress_msg | ( | struct progress * | progress, |
| struct terminal * | term, | ||
| int | wide, | ||
| int | full, | ||
| const char * | separator ) |
|
static |