mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Dependencies finally work correctly in perl libraries (they're each compiled
separately now). Added statusbar code to available to perl, it's now possible to create new statusbar items with perl scripts. statusbar_items_redraw(char *name) can now be used to easily redraw all named statusbar items in screen. Probably several other changes I've already forgotten :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1861 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
17f4d6b5de
commit
76c6e9ab83
48 changed files with 430 additions and 126 deletions
|
|
@ -22,4 +22,4 @@ extern PerlInterpreter *my_perl; /* must be called my_perl or some perl implemen
|
|||
|
||||
/* Change this every time when some API changes between irssi's perl module
|
||||
and irssi's perl libraries. */
|
||||
#define IRSSI_PERL_API_VERSION 20011020
|
||||
#define IRSSI_PERL_API_VERSION 20011021
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue