mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Beginnings of configurable statusbar. The existing items can be configured
in default.theme. If some abstract isn't set in theme, it fallbacks to the one in default.theme now. This should help with old themes, and maybe themes that don't change something should just keep those parts commented out.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1386 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2680011ad7
commit
87777968c3
8 changed files with 317 additions and 244 deletions
|
|
@ -18,6 +18,9 @@ typedef struct {
|
|||
int pos;
|
||||
int line;
|
||||
|
||||
char *color_string;
|
||||
int color;
|
||||
|
||||
int ypos; /* real position in screen at the moment */
|
||||
GSList *items;
|
||||
} STATUSBAR_REC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue