commit 512d0df15e6099dbbeecef9984cd74b897aec219 from: Stefan Sperling date: Fri Feb 22 00:23:10 2019 UTC append dots to tog blame's "annotating" progress message commit - b295e71b3c81b0a074917912ac548dbc9622d3da commit + 512d0df15e6099dbbeecef9984cd74b897aec219 blob - d645055440d6084b256160371fee861901964d9e blob + 4660e678cebc186e80df714a5357fb11f4eee349 --- tog/tog.c +++ tog/tog.c @@ -2463,7 +2463,7 @@ draw_blame(struct tog_view *view, struct got_object_id if (asprintf(&line, "[%d/%d] %s%s", *first_displayed_line - 1 + selected_line, nlines, - blame_complete ? "" : "annotating ", path) == -1) { + blame_complete ? "" : "annotating... ", path) == -1) { free(id_str); return got_error_from_errno(); }