diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-06-02 13:26:07 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-06-02 13:26:07 +0200 |
commit | 08db538d4de4fc4dcd99bbb23db9017f1a56b4b3 (patch) | |
tree | 7f64d25d6921fa5006cb09c97831b21b583907fa | |
parent | e30a95edd12274c102de97c13d7914a0146f218b (diff) | |
download | tcvt-08db538d4de4fc4dcd99bbb23db9017f1a56b4b3.tar.gz |
manpage: explain TCVT_DEVEL variable
-rw-r--r-- | tcvt.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ 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 BUGS +Not all \fBANSI\fP terminal features are emulated. +If you experience rendering issues, you can export the environment variable \fBTCVT_DEVEL\fP. +It causes \fBtcvt\fP to crash upon seeing an unimplemented character sequence. +The error message includes the unrecognized sequence. .Sh SEE ALSO .Xr screen 1 .Xr splitvt 1 |