mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Ugly quick hack to make act: never disappear but print as much activity
to statusbar as fits. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1172 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8acf2cd5f9
commit
2a31ecaa32
3 changed files with 20 additions and 8 deletions
|
|
@ -19,6 +19,7 @@ typedef struct {
|
|||
STATUSBAR_REC *bar;
|
||||
|
||||
int xpos, size;
|
||||
int shrinked; /* couldn't give the requested size */
|
||||
int right_justify, max_size;
|
||||
void *func;
|
||||
} SBAR_ITEM_REC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue