Example: TE_get_text_line

The following statement reads five characters of text from the 12th row and 20th column of the screen.

    int buf;
    TE_get_text_line( 20, 12, 5, buf);