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
|
|
@ -23,6 +23,7 @@ void printtext_dest(TEXT_DEST_REC *dest, const char *text, ...);
|
|||
/* only GUI should call these - used for printing text to somewhere else
|
||||
than windows */
|
||||
void printtext_gui(const char *text);
|
||||
void printtext_gui_internal(const char *str);
|
||||
void printformat_module_gui(const char *module, int formatnum, ...);
|
||||
void printformat_module_gui_args(const char *module, int formatnum, va_list va);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue