diff options
Diffstat (limited to 'templates/set/terminal/width')
-rw-r--r-- | templates/set/terminal/width/node.def | 1 | ||||
-rw-r--r-- | templates/set/terminal/width/node.tag/node.def | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/set/terminal/width/node.def b/templates/set/terminal/width/node.def new file mode 100644 index 0000000..ddbc07d --- /dev/null +++ b/templates/set/terminal/width/node.def @@ -0,0 +1 @@ +help: Set terminal columns diff --git a/templates/set/terminal/width/node.tag/node.def b/templates/set/terminal/width/node.tag/node.def new file mode 100644 index 0000000..792f34a --- /dev/null +++ b/templates/set/terminal/width/node.tag/node.def @@ -0,0 +1,3 @@ +help: Set terminal to given number of columns +allowed: echo -n '<NUMBER>' +run: stty columns $4 |