curses_bar
curses_bar_set_text(struct curses_bar *b, const char *text)
struct curses_bar *
struct curses_bar *b;
AURA_MALLOC(b, curses_bar);
AURA_FREE(b, curses_bar);
AURA_FREE(b, curses_bar);
curses_bar_free(struct curses_bar *b)
AURA_FREE(b, curses_bar);
struct curses_bar *curses_bar_new(unsigned int, unsigned int,
void curses_bar_free(struct curses_bar *);
void curses_bar_set_text(struct curses_bar *, const char *);
extern struct curses_bar *statusbar;
struct curses_bar *menubar, *statusbar;