mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Added printtext_string_window(), Irssi::UI::Window::print() uses it also
now. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2141 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8fd09aa09f
commit
7ae96f540d
3 changed files with 24 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ print(window, str, level=MSGLEVEL_CLIENTNOTICE)
|
|||
char *str
|
||||
int level;
|
||||
CODE:
|
||||
printtext_window(window, level, str);
|
||||
printtext_string_window(window, level, str);
|
||||
|
||||
void
|
||||
command(window, cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue