diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-15 02:26:12 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-15 02:26:12 +0000 |
commit | 87777968c3ed367f51524ca1d1aa5bcd2e5ed7a9 (patch) | |
tree | f34d29e76398a18dd2f5c232c85fe8a087469743 /src/fe-text/mainwindows.h | |
parent | 2680011ad740f7e93b0c93585ff62baef33b24fa (diff) | |
download | irssi-87777968c3ed367f51524ca1d1aa5bcd2e5ed7a9.zip |
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
Diffstat (limited to 'src/fe-text/mainwindows.h')
-rw-r--r-- | src/fe-text/mainwindows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/mainwindows.h b/src/fe-text/mainwindows.h index 7eb4875b..88ff97e0 100644 --- a/src/fe-text/mainwindows.h +++ b/src/fe-text/mainwindows.h @@ -16,7 +16,7 @@ typedef struct { int first_line, last_line, lines; int statusbar_lines; void *statusbar; - void *statusbar_channel_item; + void *statusbar_window_item; } MAIN_WINDOW_REC; extern GSList *mainwindows; |