diff options
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -659,7 +659,6 @@ term_strlen(const struct termp *p, const char *cp) for (i = 0; i < rsz; i++) sz += cond_width(p, *cp++, &skip); - c = 0; switch (*cp) { case ('\\'): cp++; |