summaryrefslogtreecommitdiff
path: root/tcvt.1
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2012-04-15 13:25:21 +0200
committerHelmut Grohne <helmut@subdivi.de>2012-04-15 13:25:21 +0200
commit8a6df801f5f810a2e3e1f13d38c2bf8da298739d (patch)
treea371077e9af8c8091a2816d6379544a6b8d9eaac /tcvt.1
parent36510e15e055f8d7faf4f9db2a80b0e6d4fbcfb3 (diff)
downloadtcvt-8a6df801f5f810a2e3e1f13d38c2bf8da298739d.tar.gz
added manual page tcvt.1
Diffstat (limited to 'tcvt.1')
-rw-r--r--tcvt.125
1 files changed, 25 insertions, 0 deletions
diff --git a/tcvt.1 b/tcvt.1
new file mode 100644
index 0000000..635f181
--- /dev/null
+++ b/tcvt.1
@@ -0,0 +1,25 @@
+.Dd Apr 15, 2012
+.Dt tcvt 1
+.Sh NAME
+tcvt - two column virtual terminal
+.Sh SYNOPSIS
+.nf
+\fBtcvt\fP \fIprogram options\fP
+.PP
+\fBoptcvt\fP \fIprogram options\fP
+.fi
+.Sh DESCRIPTION
+The two column virtual terminal emulates a virtual terminal inside another virtual terminal.
+The emulated virtual terminal is twice as tall and half as wide as the original terminal.
+The upper half of the virtual terminal goes to the left and the lower half goes to the right of the original terminal.
+An \fBANSI\fP terminal is emulated.
+Neither program takes any options.
+All arguments are forwarded to the called program.
+
+While \fBtcvt\fP splits does this conversion unconditionally, the \fBoptcvt\fP can be used with smaller terminals.
+It will only invoke \fBtcvt\fP, if the terminal is wide enough and otherwise simply exec the passed program.
+.Sh SEE ALSO
+.Xr screen 1
+.Xr splitvt 1
+.Sh AUTHOR
+Helmut Grohne <helmut@subdivi.de>