mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
More statusbar size fixes. Shouldn't corrupt entry line anymore.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1343 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a1842e6baa
commit
24e36e0081
3 changed files with 16 additions and 11 deletions
|
|
@ -33,7 +33,7 @@ void statusbar_destroy(STATUSBAR_REC *bar);
|
|||
STATUSBAR_REC *statusbar_find(int pos, int line);
|
||||
|
||||
SBAR_ITEM_REC *statusbar_item_create(STATUSBAR_REC *bar, int size, gboolean right_justify, STATUSBAR_FUNC func);
|
||||
void statusbar_item_resize(SBAR_ITEM_REC *item, int size);
|
||||
int statusbar_item_resize(SBAR_ITEM_REC *item, int size);
|
||||
void statusbar_item_remove(SBAR_ITEM_REC *item);
|
||||
|
||||
/* redraw statusbar, NULL = all */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue