mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
add "print format" signal to perl
fix syntax in signals.txt with regards to GLists simplify signal emit code
This commit is contained in:
parent
784373a7b3
commit
4330dbec62
8 changed files with 229 additions and 176 deletions
|
|
@ -124,6 +124,9 @@ static void sig_print_format(THEME_REC *theme, const char *module, TEXT_DEST_REC
|
|||
if (!scrollback_format)
|
||||
return;
|
||||
|
||||
if (module == NULL)
|
||||
return;
|
||||
|
||||
info = store_lineinfo_tmp(dest);
|
||||
|
||||
formatnum = GPOINTER_TO_INT(formatnump);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue