reimplement format and length logic for the entry prompt

This commit is contained in:
Ailin Nemui 2014-11-04 12:08:27 +01:00
commit b03805eeb9
5 changed files with 54 additions and 2 deletions

View file

@ -17,6 +17,7 @@ void gui_set_default_indent(const char *name);
INDENT_FUNC get_default_indent_func(void);
void gui_printtext(int xpos, int ypos, const char *str);
void gui_printtext_internal(int xpos, int ypos, const char *str);
void gui_printtext_after(TEXT_DEST_REC *dest, LINE_REC *prev, const char *str);
void gui_printtext_after_time(TEXT_DEST_REC *dest, LINE_REC *prev, const char *str, time_t time);