summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pager.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pager.c b/pager.c
index d0d53f6d..4236595d 100644
--- a/pager.c
+++ b/pager.c
@@ -646,7 +646,12 @@ classify_quote (struct q_class_t **QuoteList, const char *qptr,
return tmp;
}
else
+ {
+ if (index != -1)
+ shift_class_colors (*QuoteList, tmp, index, q_level);
+
return class;
+ }
}
else
{