@ -290,6 +290,11 @@ static void process_ansi(FILE * fp)
int ansi_attribute;
c = getc(fp);
if (c == '(') {
}
if (c != '[') {
ungetc(c, fp);
return;
The note is not visible to the blocked user.