X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_outopts.3x.html;h=5fe4fa1eea5223d57f83a1b1d9a7775787962cf8;hp=1077affdfd2b040357067d08af90b58f85b10cfa;hb=8f6d94b8d6211a2323caef53fa4c96c475ec9a62;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;ds=sidebyside diff --git a/doc/html/man/curs_outopts.3x.html b/doc/html/man/curs_outopts.3x.html index 1077affd..5fe4fa1e 100644 --- a/doc/html/man/curs_outopts.3x.html +++ b/doc/html/man/curs_outopts.3x.html @@ -1,6 +1,6 @@ @@ -34,7 +34,7 @@ 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.