aboutsummaryrefslogtreecommitdiff
path: root/xC.c
diff options
context:
space:
mode:
Diffstat (limited to 'xC.c')
-rw-r--r--xC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xC.c b/xC.c
index 082b9fe..af2adbd 100644
--- a/xC.c
+++ b/xC.c
@@ -3105,7 +3105,7 @@ relay_prepare_buffer_line (struct app_context *ctx, struct buffer *buffer,
e->is_unimportant = !!(line->flags & BUFFER_LINE_UNIMPORTANT);
e->is_highlight = !!(line->flags & BUFFER_LINE_HIGHLIGHT);
e->rendition = 1 + line->r;
- e->when = line->when;
+ e->when = line->when * 1000;
size_t len = 0;
for (size_t i = 0; line->items[i].type; i++)