aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-02 01:59:18 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-02 01:59:18 +1000
commit2839f5e567e21a15850c3adfa2cc3cd1d7372ea9 (patch)
tree38a2b12c52a674962f1f659fc0bb91357405becb /output.h
parent67c820cee8e9397f937f2158098848cc06247022 (diff)
Minor comment and documentation edits
darcs-hash:20061001155918-ac50b-8b5b4f5dbd8334bac1c0dc77fa18c8f3cfb4a878.gz
Diffstat (limited to 'output.h')
-rw-r--r--output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.h b/output.h
index 8669da7e..8a663cd6 100644
--- a/output.h
+++ b/output.h
@@ -82,7 +82,7 @@ void set_color( int c, int c2 );
int writembs( char *str );
/**
- Write a wide character to fd 1.
+ Write a wide character using the output method specified using output_set_writer().
*/
int writech( wint_t ch );