mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Fixed window specific themes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1575 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
75543048b5
commit
0db8e96019
3 changed files with 12 additions and 11 deletions
|
|
@ -51,6 +51,9 @@ typedef struct {
|
|||
int flags;
|
||||
} TEXT_DEST_REC;
|
||||
|
||||
#define window_get_theme(window) \
|
||||
((window)->theme != NULL ? (window)->theme : current_theme)
|
||||
|
||||
int format_find_tag(const char *module, const char *tag);
|
||||
|
||||
/* Return length of text part in string (ie. without % codes) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue