diff options
author | Tom Grennan <tgrennan@io.vyatta.com> | 2007-11-30 12:23:56 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@io.vyatta.com> | 2007-11-30 12:23:56 -0800 |
commit | 20bfe68eddfa1181cdf91aeb45f65fe717a1fb93 (patch) | |
tree | bb41c61a2be8a315ec90415ea6b3f56e84644a9f /templates/terminal/width | |
parent | fc05a43ce19c57f8bb4abd68a8e973b9e048ea19 (diff) | |
download | vyatta-op-20bfe68eddfa1181cdf91aeb45f65fe717a1fb93.tar.gz vyatta-op-20bfe68eddfa1181cdf91aeb45f65fe717a1fb93.zip |
fix bug 2486
pipe "show" commands and help through pager
Diffstat (limited to 'templates/terminal/width')
-rw-r--r-- | templates/terminal/width/node.def | 1 | ||||
-rw-r--r-- | templates/terminal/width/node.tag/node.def | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/terminal/width/node.def b/templates/terminal/width/node.def new file mode 100644 index 0000000..ddbc07d --- /dev/null +++ b/templates/terminal/width/node.def @@ -0,0 +1 @@ +help: Set terminal columns diff --git a/templates/terminal/width/node.tag/node.def b/templates/terminal/width/node.tag/node.def new file mode 100644 index 0000000..c40bfd7 --- /dev/null +++ b/templates/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 $3 |