set_size
Description:
Attempts to change the terminal's size in terms of rows and columns.
If the attempt succeeds, the widget will resize itself to the proper size.
Parameters:
| this |
a Terminal |
| columns |
the desired number of columns |
| rows |
the desired number of rows |