Synopsis:
term_resize(rows,columns[,FontSize[,FontName]])
Arguments:
rows - The number of rows high the terminal window should be
columns - The number of columns wide the terminal window should be
FontSize - The font size of the text (def
FontName - The Name of the font to use (defaults to Terminal)
Description: This function allows the size of the Application Terminal window to be changed and/or the character font or font size to be changed. The number of rows and columns specified are the number of character rows and columns, so the actual window size will depend on the FontName and FontSize used. By default the FontName is "terminal" and the FontSize is 10.
Return Value:
Returns 0 on success or -1 if an invalid argument is supplied.