diff options
author | Klaus Aehlig <aehlig@linta.de> | 2015-05-05 23:58:37 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2015-05-06 06:55:47 +0200 |
commit | cd71a2cba97e89b8ffba8f0a56a491f3d8931973 (patch) | |
tree | 254ff50f1b0c5ec1796dfcf4d5ea531d1fc7f790 /tcvt.1 | |
parent | e64aa4a060fcf5dc0118cc7fb1e1a0cc9833b4ff (diff) | |
download | tcvt-cd71a2cba97e89b8ffba8f0a56a491f3d8931973.tar.gz |
Add an option to reverse the column order
In this way, for long dialoges (e.g., shell, ed) the focus
is in the lower left corner of the screen---the same as for
one-column terminals. Therefore, users used to that focus
can use this option to avoid changing reading habits.
Diffstat (limited to 'tcvt.1')
-rw-r--r-- | tcvt.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ In addition the \fBtcvt\fP tool accepts a few switches. Specify the number of columns. This defaults to two. .It Fl h , Fl Fl help Print a quick option overview and exit. +.It Fl r , Fl Fl reverse +Order columns so that the last one is the left most. .It Fl Fl Signal end of options. .El |