summaryrefslogtreecommitdiff
path: root/src/fe-common/core/themes.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-03-10 14:55:46 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-03-10 14:55:46 +0000
commitca234bdf5e88778e4cf569d3bb6d82b26c44163d (patch)
treeb5af283c08724b8f96e186ab997c08f838f623f1 /src/fe-common/core/themes.h
parent418678bc95ddf388368978ebddc0776439c788f0 (diff)
downloadirssi-ca234bdf5e88778e4cf569d3bb6d82b26c44163d.zip
*** empty log message ***
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2553 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/themes.h')
-rw-r--r--src/fe-common/core/themes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-common/core/themes.h b/src/fe-common/core/themes.h
index 59d2810a..3ef7cb92 100644
--- a/src/fe-common/core/themes.h
+++ b/src/fe-common/core/themes.h
@@ -18,6 +18,9 @@ typedef struct {
int default_color; /* default color to use with text with default
background. default is -1 which means the
default color set by terminal */
+ unsigned int info_eol:1; /* show the timestamp/servertag at the
+ end of the line, not at beginning */
+
GHashTable *modules;
int replace_keys[256]; /* index to replace_values for each char */