From 398020136160cc847d6563424e352962ea291159 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 4 Jun 2000 21:11:53 +0000 Subject: [PATCH] /HILIGHT displayed levels twice. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@295 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/module-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 83e425eb..a141d273 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -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 } },