X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getch.3x.html;h=f1dd0434f62e3024bada7cdfc030ee2adf2a8190;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hp=70a62b59c8f825697b198b7cf53d2f01274cc8dd;hpb=77afe78361875f531dc2bf8d73f2e781c8e76176;p=ncurses.git diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index 70a62b59..f1dd0434 100644 --- a/doc/html/man/curs_getch.3x.html +++ b/doc/html/man/curs_getch.3x.html @@ -2,7 +2,7 @@ @@ -78,7 +78,7 @@ Unless noecho has been set, then the character will also be echoed into the designated window according to the fol- - lowing rules: If the character is the current erase char- + lowing rules: if the character is the current erase char- acter, left arrow, or backspace, the cursor is moved one space to the left and that screen position is erased as if delch had been called. If the character value is any oth- @@ -247,6 +247,10 @@ null, or if its timeout expires without having any data. + Functions with a "mv" prefix first perform a cursor move- + ment using wmove, and return an error if the position is + outside the window, or if the window pointer is null. +

NOTES