diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-10 14:55:46 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-10 14:55:46 +0000 |
commit | ca234bdf5e88778e4cf569d3bb6d82b26c44163d (patch) | |
tree | b5af283c08724b8f96e186ab997c08f838f623f1 /default.theme | |
parent | 418678bc95ddf388368978ebddc0776439c788f0 (diff) | |
download | irssi-ca234bdf5e88778e4cf569d3bb6d82b26c44163d.zip |
*** empty log message ***
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2553 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.theme b/default.theme index 4f8d0e77..5b6f7be2 100644 --- a/default.theme +++ b/default.theme @@ -50,6 +50,9 @@ # default foreground color (%N) - -1 is the "default terminal color" default_color = "-1"; +# print timestamp/servertag at the end of line, not at beginning +info_eol = "false"; + # these characters are automatically replaced with specified color # (dark grey by default) replaces = { "[]=" = "%K$*%n"; }; |