aboutsummaryrefslogtreecommitdiff
path: root/man/tctl.md
blob: a9c8231127ad55cf6c1d4993c9b6f8425494dedb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>
```