Synopsis:
term_size(&pRows,&pColumns)
Arguments:
pRow - Pointer to a variable that will hold the number of rows of the application terminal window
pColumn - Pointer to a variable that will hold the number of columns of the application terminal window
Description: This function returns the current size of the application terminal window. By default the terminal window will be 25 rows high by 80 columns wide, but this can be changed by the registry variables or by calling the term_resize() function. The number of rows and columns are written to the variables pointed to by the
Return Value:
Returns 0