Do not copy time to wrapped lines

weechat-hashes
C. McEnroe 2021-01-25 17:23:17 -05:00
parent d7fdc5d36b
commit 609c9bd0ac
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ static int flow(struct Lines *hard, int cols, const struct Line *soft) {
flowed++;
line = linesNext(hard);
line->heat = soft->heat;
line->time = soft->time;
line->time = 0;
size_t cap = StyleCap + align + strlen(&wrap[n]) + 1;
line->str = malloc(cap);