X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_outopts.3x.html;h=837281332e946a7fe336b4a2d6c9e99932fd676d;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hp=b7d9e8cce42f4100d0726626baf32b95f8619e34;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/curs_outopts.3x.html b/doc/html/man/curs_outopts.3x.html index b7d9e8cc..83728133 100644 --- a/doc/html/man/curs_outopts.3x.html +++ b/doc/html/man/curs_outopts.3x.html @@ -1,6 +1,6 @@ - + curs_outopts 3x @@ -146,7 +146,7 @@ translates the return key into newline on input, and whether it trans- lates newline into return and line-feed on output (in either case, the call addch('\n') does the equivalent of return and line feed on the - virtual screen). Initially, these translations do occur. If you dis- + virtual screen). Initially, these translations do occur. If you dis- able them using nonl, curses will be able to make better use of the line-feed capability, resulting in faster cursor motion. Also, curses will then be able to detect the return key.