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
|
|
@ -3,6 +3,7 @@
|
|||
#include "mainwindows.h"
|
||||
#include "gui-windows.h"
|
||||
#include "gui-printtext.h"
|
||||
#include "statusbar.h"
|
||||
#include "textbuffer.h"
|
||||
#include "textbuffer-view.h"
|
||||
|
||||
|
|
@ -12,3 +13,4 @@ typedef TEXT_BUFFER_VIEW_REC *Irssi__TextUI__TextBufferView;
|
|||
typedef LINE_REC *Irssi__TextUI__Line;
|
||||
typedef LINE_CACHE_REC *Irssi__TextUI__LineCache;
|
||||
typedef LINE_INFO_REC *Irssi__TextUI__LineInfo;
|
||||
typedef SBAR_ITEM_REC *Irssi__TextUI__StatusbarItem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue