Terminal.setSize
void setSize(glong columns, glong rows)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
columns | the desired number of columns |
rows | the desired number of rows |