Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
a7f50eb
)
add accidentally omitted word
author
Matthias-Christian Ott <
[email protected]
>
Fri, 5 Sep 2008 18:25:34 +0000
(20:25 +0200)
committer
Matthias-Christian Ott <
[email protected]
>
Fri, 5 Sep 2008 18:25:34 +0000
(20:25 +0200)
std.c
patch
|
blob
|
history
diff --git
a/std.c
b/std.c
index
c2f4c3e
..
55da9d6
100644
(file)
--- a/
std.c
+++ b/
std.c
@@
-5,9
+5,9
@@
* terminal.
*
* In this process std works like a filter. It reads data from a
* 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.
*/
* Parallely it reads data from stdin and parses and executes the
* commands. The resulting data is written to the pseudo-terminal.
*/