diff options
Diffstat (limited to 'center.c')
-rw-r--r-- | center.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ noesclen(const char *s) while ((d = strchr(d, ESC)) != NULL) off += matchesc(++d); - return utf8len(s) + off; + return utf8len(s) - off; } /* Return the length of the ANSI color escape sequence at the beginning of the string `s'. If no |