summaryrefslogtreecommitdiff
path: root/src/fe-common/core/formats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/formats.c')
-rw-r--r--src/fe-common/core/formats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-common/core/formats.c b/src/fe-common/core/formats.c
index 95aa36ba..759becdf 100644
--- a/src/fe-common/core/formats.c
+++ b/src/fe-common/core/formats.c
@@ -212,6 +212,9 @@ void format_create_dest(TEXT_DEST_REC *dest,
dest->level = level;
dest->window = window != NULL ? window :
window_find_closest(server, target, level);
+
+ dest->hilight_priority = 0;
+ dest->hilight_color = 0;
}
static char *format_get_text_args(TEXT_DEST_REC *dest,