X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;h=39887f41f9e2e72f1e7ae54637c884aa351ff674;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hp=36e05ad613fff0cf256e82b50b63e5fd01423b99;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;p=ncurses.git diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index 36e05ad6..39887f41 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -1,7 +1,7 @@ @@ -39,8 +39,7 @@ -

curs_addch 3x

-
+

curs_addch 3x

 curs_addch(3x)                                           curs_addch(3x)
 
@@ -86,25 +85,27 @@
            returned because it is not possible to wrap to  a  new
            line
 
-       If ch is a tab, newline, or backspace, the cursor is moved
-       appropriately within the window:
+       If ch is a tab, newline, carriage return or backspace, the
+       cursor is moved appropriately within the window:
 
        o   Backspace moves the cursor one character left; at  the
            left edge of a window it does nothing.
 
-       o   Newline  does a clrtoeol, then moves the cursor to the
-           window left margin on the  next  line,  scrolling  the
+       o   Carriage  return  moves  the cursor to the window left
+           margin on the current line.
+
+       o   Newline does a clrtoeol, then moves the cursor to  the
+           window  left  margin  on  the next line, scrolling the
            window if on the last line.
 
        o   Tabs are considered to be at every eighth column.  The
-           tab interval may be altered  by  setting  the  TABSIZE
+           tab  interval  may  be  altered by setting the TABSIZE
            variable.
 
-       If ch is any control character other than tab, newline, or
-       backspace, it is drawn  in  ^X  notation.   Calling  winch
-       after adding a control character does not return the char-
-       acter itself, but instead returns the ^-representation  of
-       the control character.
+       If ch is any other control character, it is  drawn  in  ^X
+       notation.   Calling winch after adding a control character
+       does not return the character itself, but instead  returns
+       the ^-representation of the control character.
 
        Video attributes can be combined with a character argument
        passed to addch or related functions by logical-ORing them