mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
added format_get_length() for getting length of text part in a format
string. gui_printtext() now works like printtext_string() so %s won't accidentally crash it. /SET prompt can now have %formats. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1273 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c8893c61ee
commit
4718edf055
8 changed files with 44 additions and 27 deletions
|
|
@ -17,8 +17,7 @@ void printbeep(void);
|
|||
|
||||
/* only GUI should call these - used for printing text to somewhere else
|
||||
than windows */
|
||||
void printtext_gui(const char *text, ...);
|
||||
void printtext_gui_args(const char *text, va_list va);
|
||||
void printtext_gui(const char *text);
|
||||
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