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

Default background color for prompt statusbar should be %n, not %0.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2426 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-02-10 15:10:24 +00:00 committed by cras
parent 113ed9118e
commit 0dc3e3f0dd

View File

@ -252,7 +252,7 @@ abstracts = {
# default backround for "default" statusbar group
#sb_default_bg = "%4";
# background for prompt / input line
sb_prompt_bg = "%0";
sb_prompt_bg = "%n";
# background for info statusbar
sb_info_bg = "%8";
# background for topicbar (same default)