diff --git a/tig.c b/tig.c index cd28099f0..fc7f3c9f6 100644 --- a/tig.c +++ b/tig.c @@ -170,7 +170,7 @@ get_author_initials(const char *author) return initials; } -#define author_trim(cols) (cols == 0 || cols > 5) +#define author_trim(cols) (cols == 0 || cols > 10) static const char * mkauthor(const char *text, int cols, enum author author)