aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-11-17 00:06:48 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-11-17 00:06:48 +0100
commit89065e4d3473abcc7876dd0fc793d9afcee88d53 (patch)
tree33204f452c22f911ccef83e991c4d25980d7883f /degesch.c
parentbc4b8ee19f23c033b55a985186d75575a3385899 (diff)
downloadxK-89065e4d3473abcc7876dd0fc793d9afcee88d53.tar.gz
xK-89065e4d3473abcc7876dd0fc793d9afcee88d53.tar.xz
xK-89065e4d3473abcc7876dd0fc793d9afcee88d53.zip
degesch: fix highlights
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/degesch.c b/degesch.c
index f6706a1..74da23d 100644
--- a/degesch.c
+++ b/degesch.c
@@ -2950,7 +2950,7 @@ log_formatter (struct app_context *ctx,
buffer->unseen_messages_count++;
if (flags & BUFFER_LINE_UNIMPORTANT)
buffer->unseen_unimportant_count++;
- buffer->highlighted = important;
+ buffer->highlighted |= important;
refresh_prompt (ctx);
}