1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

updated for the statusbar

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1824 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-10-13 21:23:35 +00:00 committed by cras
parent 7e56ccba1e
commit b0ac3b83e7

View File

@ -243,21 +243,15 @@ abstracts = {
## statusbar
##
# background of statusbar
sb_background = "%4";
# default statusbar item style
sb = "%c[%n$0-%c]%n";
# default backround for "default" statusbar group
sb_default_bg = "%4";
# background for prompt / input line
sb_prompt_bg = "%0";
# background for info statusbar
sb_info_bg = "%8";
sb = " %c[%n$0-%c]%n";
sbmode = "(%c+%n$0-)";
sbaway = " (%GzZzZ%n)";
sbservertag = "%c:%n$0 (change with ^X)";
sbmore = "%_-- more --%_";
sblag = "{sb Lag: $0-}";
sbmail = "{sb Mail: $0-}";
# activity. Det is used for hilights when display doesn't support colors
sbact = "{sb {sbact_act $0}{sbact_det $1}}";
sbact_act = "Act: $0-";
sbact_det = " Det: $0-";
sbservertag = ":$0 (change with ^X)";
};