aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-20 23:11:46 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-20 23:11:46 +1000
commit6b544bc3c22a7256d012f92ad66234df51045bc5 (patch)
tree6a26520edc5bb98e9022e479b69037e519630530 /output.h
parentea0005e16d2e621f35913fb9c4f768f47666953b (diff)
API documentation, code style cleanup, etc.
darcs-hash:20060220131146-ac50b-6ec3664e5e3eaefa2296a93d39014058df37fdf2.gz
Diffstat (limited to 'output.h')
-rw-r--r--output.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/output.h b/output.h
index 9a948b8f..443dfe71 100644
--- a/output.h
+++ b/output.h
@@ -133,7 +133,9 @@ int writeb( tputs_arg_t b );
/**
Set the function used for writing in move_cursor, writespace and
- set_color. By default, writembs is used.
+ set_color and all other output functions in this library. By
+ default, the write call is used to give completely unbuffered
+ output to stdout.
*/
void output_set_writer( int (*writer)(char) );