You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
328 B
5 lines
328 B
int init_terminal_noncurses(int col, int bgcol, int w, int h, int bar_width); |
|
void get_terminal_dim_noncurses(int *w, int *h); |
|
int draw_terminal_noncurses(int virt, int height, int width, int bars, int bar_width, int bs, |
|
int rest, int f[200], int flastd[200]); |
|
void cleanup_terminal_noncurses(void);
|
|
|