mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
reimplement format and length logic for the entry prompt
This commit is contained in:
parent
688fc817dd
commit
b03805eeb9
5 changed files with 54 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue