mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
/HILIGHT displayed levels twice.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@295 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
80c03f4572
commit
3980201361
@ -53,7 +53,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
||||
{ NULL, "Highlighting", 0 },
|
||||
|
||||
{ "hilight_header", "Highlights:", 0 },
|
||||
{ "hilight_line", "$[-4]0 $1 $2 $3$3$4$5", 7, { 1, 0, 0, 0, 0, 0, 0 } },
|
||||
{ "hilight_line", "$[-4]0 $1 $2 $3$4$5", 7, { 1, 0, 0, 0, 0, 0, 0 } },
|
||||
{ "hilight_footer", "", 0 },
|
||||
{ "hilight_not_found", "Highlight not found: $0", 1, { 0 } },
|
||||
{ "hilight_removed", "Highlight removed: $0", 1, { 0 } },
|
||||
|
Loading…
Reference in New Issue
Block a user