# tctl
Terminal control, set or get the terminal width and height
## Usage
Get the terminal width and height
```$ tctl```
Set the terminal width and height
```$ tctl -w <width> -h <height>```## Notice
The width and height is printet in the following format:
```<width>x<height>```