mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 15:56:20 +00:00
WIP add self prefs for statusbar
This commit is contained in:
@@ -36,13 +36,11 @@
|
||||
#define UI_STATUSBAR_H
|
||||
|
||||
void status_bar_init(void);
|
||||
void status_bar_draw(void);
|
||||
void status_bar_close(void);
|
||||
void status_bar_update_virtual(void);
|
||||
void status_bar_resize(void);
|
||||
void status_bar_clear(void);
|
||||
void status_bar_clear_message(void);
|
||||
void status_bar_get_password(void);
|
||||
void status_bar_print_message(const char *const msg);
|
||||
void status_bar_clear_prompt(void);
|
||||
void status_bar_set_prompt(const char *const prompt);
|
||||
void status_bar_current(int i);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user