mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Reload theme after /SET theme if it was modified.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1265 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4803538e39
commit
25845074d6
5 changed files with 64 additions and 29 deletions
|
|
@ -13,6 +13,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
char *path;
|
||||
char *name;
|
||||
time_t last_modify;
|
||||
|
||||
int default_color, default_bold_color;
|
||||
GHashTable *modules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue