diff options
author | Ailin Nemui <ailin@esf51.localdomain> | 2014-06-05 15:00:48 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@esf51.localdomain> | 2014-06-16 01:55:46 +0200 |
commit | 31c7c8eb9504ed7285a88d59941e6e7ffca5ab15 (patch) | |
tree | 10758656c3759d4d856f3bc95ff31e6648bc8dbf /src/perl/textui | |
parent | 0331970d64db01bd2db0d86a253393938b2539f1 (diff) | |
download | irssi-31c7c8eb9504ed7285a88d59941e6e7ffca5ab15.zip |
fix package of term_refresh_* script api
Diffstat (limited to 'src/perl/textui')
-rw-r--r-- | src/perl/textui/TextUI.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/perl/textui/TextUI.xs b/src/perl/textui/TextUI.xs index 67c4c87b..97a3941a 100644 --- a/src/perl/textui/TextUI.xs +++ b/src/perl/textui/TextUI.xs @@ -195,6 +195,8 @@ BOOT: irssi_boot(TextUI__TextBuffer); irssi_boot(TextUI__TextBufferView); +MODULE = Irssi::TextUI PACKAGE = Irssi + void term_refresh_freeze() |