diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 00:10:40 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 00:10:40 +0100 |
| commit | e9ab6b0a3ffcb69ed0868f9ec4b61e8f7ad36d85 (patch) | |
| tree | e99eddcf75128810e4afd988bf3ffacff8acf3e6 /man/tctl.md | |
| parent | 5b47adb57b11acb2318053d710d075d37f669f76 (diff) | |
add manuals
Diffstat (limited to 'man/tctl.md')
| -rw-r--r-- | man/tctl.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/tctl.md b/man/tctl.md new file mode 100644 index 0000000..a9c8231 --- /dev/null +++ b/man/tctl.md @@ -0,0 +1,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> +``` |