about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-25 17:23:17 -0500
committerJune McEnroe <june@causal.agency>2021-01-25 17:23:17 -0500
commit609c9bd0ac8fd61a97b23b033a413f9ca71276a4 (patch)
tree65bb9760ee1828854f9f99c6d36070d4ef52a259
parentAdd protocol coverage to non-features list (diff)
downloadcatgirl-609c9bd0ac8fd61a97b23b033a413f9ca71276a4.tar.gz
catgirl-609c9bd0ac8fd61a97b23b033a413f9ca71276a4.zip
Do not copy time to wrapped lines
Diffstat (limited to '')
-rw-r--r--buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.c b/buffer.c
index 41a84cc..49943ba 100644
--- a/buffer.c
+++ b/buffer.c
@@ -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);
9:32 -0400'>2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe