1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Added sbnickmode around $cumode in statusbar.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3074 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-12-23 10:08:10 +00:00 committed by cras
parent d5bc95bc22
commit 22c5f7b005
2 changed files with 2 additions and 1 deletions

View File

@ -277,6 +277,7 @@ abstracts = {
sbmode = "(%c+%n$*)";
sbaway = " (%GzZzZ%n)";
sbservertag = ":$0 (change with ^X)";
sbnickmode = "$0";
# activity in statusbar

View File

@ -174,7 +174,7 @@ statusbar = {
# treated "normally", you could change the time/user name to whatever
time = "{sb $Z}";
user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}";
user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
# treated specially .. window is printed with non-empty windows,
# window_empty is printed with empty windows