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:
Timo Sirainen 2001-01-31 11:23:29 +00:00 committed by cras
commit 2a31ecaa32
3 changed files with 20 additions and 8 deletions

View file

@ -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;