Better print /HILIGHT lines. Also cleanup for /IGNORE lines.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2947 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-10-14 12:03:37 +00:00 committed by cras
commit fae3ae2bfc
3 changed files with 34 additions and 9 deletions

View file

@ -153,7 +153,7 @@ FORMAT_REC fecommon_core_formats[] = {
{ NULL, "Highlighting", 0 },
{ "hilight_header", "%#Highlights:", 0 },
{ "hilight_line", "%#$[-4]0 $1 $2 $3$4$5", 7, { 1, 0, 0, 0, 0, 0, 0 } },
{ "hilight_line", "%#$[-4]0 $1 $2 $3$4", 5, { 1, 0, 0, 0, 0 } },
{ "hilight_footer", "", 0 },
{ "hilight_not_found", "Highlight not found: $0", 1, { 0 } },
{ "hilight_removed", "Highlight removed: $0", 1, { 0 } },