mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
statusbar was a bit broken when using split windows
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1487 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
749e70cad6
commit
f89d89b0e7
3 changed files with 12 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef __STATUSBAR_H
|
||||
#define __STATUSBAR_H
|
||||
|
||||
#include "mainwindows.h"
|
||||
|
||||
#define SBAR_PRIORITY_HIGH 100
|
||||
#define SBAR_PRIORITY_NORMAL 0
|
||||
#define SBAR_PRIORITY_LOW -100
|
||||
|
|
@ -15,6 +17,8 @@ typedef struct SBAR_ITEM_REC SBAR_ITEM_REC;
|
|||
typedef void (*STATUSBAR_FUNC) (SBAR_ITEM_REC *item, int get_size_only);
|
||||
|
||||
typedef struct {
|
||||
MAIN_WINDOW_REC *window;
|
||||
|
||||
int pos;
|
||||
int line;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue