return length of 's' in letters, ANSI escapes stripped */
| 25 | |
| 26 | /* return length of 's' in letters, ANSI escapes stripped */ |
| 27 | static int item_length(const char *s) |
| 28 | { |
| 29 | return utf8_strnwidth(s, strlen(s), 1); |
| 30 | } |
| 31 | |
| 32 | /* |
| 33 | * Calculate cell width, rows and cols for a table of equal cells, given |
no test coverage detected