Terminal.setSize

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.

class Terminal
void
setSize

Parameters

columns glong

the desired number of columns

rows glong

the desired number of rows

Meta