X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=ui.h;h=25bc8509db2070d224f907808bf50acf1de9079d;hb=98120c2f74691bfe11b47883f27c431d4b9b1de8;hp=ebffcd8d9112f0c3fdfa696cc664889bb5dc11b7;hpb=619fd0273195809d9bc1e1d36814307957303e8e;p=pkg%2Fabook.git diff --git a/ui.h b/ui.h index ebffcd8..25bc850 100644 --- a/ui.h +++ b/ui.h @@ -15,13 +15,15 @@ void close_ui(); void headerline(const char *str); void refresh_screen(); int statusline_msg(const char *msg); -int statusline_askchoice(const char *msg, const char *choices, short dflt); -char *ask_filename(char *prompt); -int statusline_ask_boolean(char *msg, int def); +int statusline_askchoice(const char *msg, const char *choices, + short dflt); +char *ask_filename(const char *prompt); +int statusline_ask_boolean(const char *msg, int def); void clear_statusline(); void display_help(int help); void statusline_addstr(const char *str); -char * ui_readline(char *prompt, char *s, size_t limit, bool use_completion); +char * ui_readline(const char *prompt, char *s, size_t limit, + bool use_completion); void refresh_statusline(); void get_commands(); void ui_remove_items();