mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
Merge pull request #22 from ailin-nemui/perl-package-fixes
Correct the packages of the scripting API
This commit is contained in:
commit
53e5f9f26a
1 changed files with 3 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ CODE:
|
|||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
MODULE = Irssi::TextUI PACKAGE = Irssi::UI::Server
|
||||
MODULE = Irssi::TextUI PACKAGE = Irssi::Server
|
||||
|
||||
void
|
||||
gui_printtext_after(server, target, prev, level, str)
|
||||
|
|
@ -195,6 +195,8 @@ BOOT:
|
|||
irssi_boot(TextUI__TextBuffer);
|
||||
irssi_boot(TextUI__TextBufferView);
|
||||
|
||||
MODULE = Irssi::TextUI PACKAGE = Irssi
|
||||
|
||||
void
|
||||
term_refresh_freeze()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue