mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Theme fixes: /RELOAD reloads them, /SET current_theme changes the default
theme, you can have window specific themes with /WINDOW THEME. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@561 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
138079e3bd
commit
b82d10ca57
8 changed files with 231 additions and 118 deletions
|
|
@ -48,7 +48,10 @@ typedef struct {
|
|||
time_t last_timestamp; /* When was last timestamp printed */
|
||||
time_t last_line; /* When was last line printed */
|
||||
|
||||
gpointer gui_data;
|
||||
char *theme_name; /* active theme in window, NULL = default */
|
||||
void *theme; /* THEME_REC */
|
||||
|
||||
void *gui_data;
|
||||
} WINDOW_REC;
|
||||
|
||||
extern GSList *windows;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue