Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-09 | improve sub process handling: return child exit code | Helmut Grohne | |
Wrap the management of the sub process in a new class ForkPty. This reduces the length and number of variables in the main function. Turn it into a context manager to allow closing the masterfd and actually waiting for the forked child (rather than reparenting it to init on exit). This also allows propagating the exit code. Document the new exit semantics. | |||
2015-05-07 | fix manual page syntax | Helmut Grohne | |
Reported-By: Alfredo Canziani <alfredo.canziani@gmail.com> | |||
2015-05-06 | Add an option to reverse the column order | Klaus Aehlig | |
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. | |||
2013-06-02 | allow specifying the number of columns | Helmut Grohne | |
2013-06-02 | manpage: explain TCVT_DEVEL variable | Helmut Grohne | |
2012-04-15 | manpage: mention homepage | Helmut Grohne | |
2012-04-15 | added manual page tcvt.1 | Helmut Grohne | |