diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-13 19:16:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-13 19:16:32 +0000 |
commit | 53218c15edcfe41c06028f1a17a68693bb6bc556 (patch) | |
tree | 1d0df32b127f247ba83c0a8cc104156535f70408 /lib/libcurses/curs_addchstr.3 | |
parent | 777adf5023503ad1519db23336d1e411ba8fa089 (diff) |
ncurses-4.2-980905
Diffstat (limited to 'lib/libcurses/curs_addchstr.3')
-rw-r--r-- | lib/libcurses/curs_addchstr.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcurses/curs_addchstr.3 b/lib/libcurses/curs_addchstr.3 index b8889dfd0da..c1dd24ba849 100644 --- a/lib/libcurses/curs_addchstr.3 +++ b/lib/libcurses/curs_addchstr.3 @@ -1,3 +1,5 @@ +.\" $OpenBSD: curs_addchstr.3,v 1.6 1998/09/13 19:16:16 millert Exp $ +.\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * .\" * @@ -26,7 +28,6 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $OpenBSD: curs_addchstr.3,v 1.5 1998/09/07 16:44:35 aaron Exp $ .\" $From: curs_addchstr.3x,v 1.6 1998/03/11 21:12:53 juergen Exp $ .TH curs_addchstr 3 "" .SH NAME @@ -64,7 +65,7 @@ The window cursor is \fInot\fR advanced, and these routines work faster than (such as for the newline, backspace, or carriage return characters), they don't advance the current cursor position, they don't expand other control characters to ^-escapes, and they truncate the string if it crosses the right margin, -rather than wrapping it around to the new line. +rather then wrapping it around to the new line. .SH RETURN VALUES All routines return the integer \fBERR\fR upon failure and \fBOK\fR on success |