ELinks 0.18.0
progress.c File Reference
#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"
Include dependency graph for progress.c:

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)
 

Function Documentation

◆ draw_progress_bar()

void draw_progress_bar ( struct progress * progress,
struct terminal * term,
int x,
int y,
int width,
char * text,
struct color_pair * meter_color )

◆ get_progress_msg()

char * get_progress_msg ( struct progress * progress,
struct terminal * term,
int wide,
int full,
const char * separator )

◆ get_progress_msg_2()

static char * get_progress_msg_2 ( struct progress * progress,
struct terminal * term,
int wide,
int full,
const char * separator,
char * type )
static

◆ get_upload_progress_msg()

char * get_upload_progress_msg ( struct progress * progress,
struct terminal * term,
int wide,
int full,
const char * separator )