X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=std.c;h=84a4b49c503eabcbe901f049ec0865a3f74f3751;hb=07d1edcd76cf8ec3f6e72e79bbc1481da77e30f7;hp=a9a4f8c14309aaaf87c70a36d081b1d3d63c741e;hpb=d61a2a8fce2638594644feb664ce04398825b0f3;p=st.git diff --git a/std.c b/std.c index a9a4f8c..84a4b49 100644 --- a/std.c +++ b/std.c @@ -1,4 +1,16 @@ -/* See LICENSE file for copyright and license details. */ +/* See LICENSE file for copyright and license details. + * + * Simple terminal daemon is a terminal emulator. It can be used in + * combination with simple terminal to emulate a mostly VT100-compatible + * terminal. + * + * In this process std works like a filter. It reads data from a + * pseudo-terminal and parses the escape sequences and transforms + * them into an ed(1)-like. The resulting data is buffered and written + * to stdout. + * Parallely it reads data from stdin and parses and executes the + * commands. The resulting data is written to the pseudo-terminal. + */ #include #include #include