ELinks 0.18.0
progress.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

char * get_progress_msg (struct progress *progress, struct terminal *term, int wide, int full, const char *separator)
 
char * get_upload_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_upload_progress_msg()

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