mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02: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:
parent
113ed9118e
commit
0dc3e3f0dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue