mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
Leave one space before topic in topicbar.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1852 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f6da2c3563
commit
e746a0b679
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user