X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=std.c;fp=std.c;h=55da9d6c7380175ec8a23747a9444a627e798b31;hb=802f1922f93aef1e4876719e107828a1fa15b1a6;hp=c2f4c3e8c5bd272a3ee87deef7788cee12e485d5;hpb=a7f50ebb64892900e5b56e30c6edd83807a4040b;p=st.git diff --git a/std.c b/std.c index c2f4c3e..55da9d6 100644 --- a/std.c +++ b/std.c @@ -5,9 +5,9 @@ * 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. + * pseudo-terminal and parses the escape sequences and transforms them + * into an ed(1)-like language. 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. */