diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-19 12:35:03 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-19 12:35:03 +0000 |
commit | e746a0b679bd3148974921f38d20e92efdbe14ac (patch) | |
tree | 354c194e5c5cc2f7e77c7a06eec5b383179cc4b9 | |
parent | f6da2c3563b45c955d7eee9efdbb2472ffd5ee89 (diff) | |
download | irssi-e746a0b679bd3148974921f38d20e92efdbe14ac.zip |
Leave one space before topic in topicbar.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1852 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | irssi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ statusbar = { # treated "normally", you could change the time/user name to whatever time = "{sb $Z}"; user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}"; - topic = "$topic"; + topic = " $topic"; info = " Irssi v$J - http://irssi.org/beginner/ - go read it"; # treated specially .. window is printed with non-empty windows, |