diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-11-17 00:06:48 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-11-17 00:06:48 +0100 |
commit | 89065e4d3473abcc7876dd0fc793d9afcee88d53 (patch) | |
tree | 33204f452c22f911ccef83e991c4d25980d7883f | |
parent | bc4b8ee19f23c033b55a985186d75575a3385899 (diff) | |
download | xK-89065e4d3473abcc7876dd0fc793d9afcee88d53.tar.gz xK-89065e4d3473abcc7876dd0fc793d9afcee88d53.tar.xz xK-89065e4d3473abcc7876dd0fc793d9afcee88d53.zip |
degesch: fix highlights
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |