Example: TE_get_cursor_pos

The following example returns only the column position of the cursor.

    int col;
    TE_get_cursor_pos (&col, NULL);