This reverts commit f763b8ebf5.
f763b8ebf5
@@ -510,9 +510,8 @@ int
visible_length_plain(char *str)
{
int len = 0, max_len = 0;
char *strz = str + strlen(str);
while (str < strz) {
while (*str) {
if (*str == '\t') {
do {
len++;
The note is not visible to the blocked user.