Example: TE_get_line_attribute

The following segment checks whether the first character in the string is bold.

TE_get_line_attribute(1,5,5,buf);
if (IS_BOLD (buf[0]) )
    printf ("buf[0] is bold");