X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_get_wstr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_get_wstr.3x.html;h=c82adc76f16417bb02ebccf63b6c90813df22a05;hp=8b781cc7cb4a19c54eb1f666818d2e6bce911da8;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480 diff --git a/doc/html/man/curs_get_wstr.3x.html b/doc/html/man/curs_get_wstr.3x.html index 8b781cc7..c82adc76 100644 --- a/doc/html/man/curs_get_wstr.3x.html +++ b/doc/html/man/curs_get_wstr.3x.html @@ -1,6 +1,6 @@ @@ -36,7 +36,7 @@ curs_get_wstr 3x - +

curs_get_wstr 3x

@@ -135,13 +135,13 @@ X/Open curses documented these functions to pass an array of wchar_t in 1997, but that was an error because of this part of the description: - The effect of get_wstr() is as though a series of calls to - get_wch() were made, until a newline character, end-of-line - character, or end-of-file character is processed. + The effect of get_wstr is as though a series of calls to get_wch + were made, until a newline character, end-of-line character, or + end-of-file character is processed. - The latter function get_wch() can return a negative value, while - wchar_t is a unsigned type. All of the vendors implement this using - wint_t, following the standard. + The latter function get_wch can return a negative value, while wchar_t + is a unsigned type. All of the vendors implement this using wint_t, + following the standard. X/Open Curses, Issue 7 (2009) is unclear regarding whether the termi- nating null wchar_t value is counted in the length parameter n. X/Open