X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;h=162532cecea1f96ddeb6c55b18748bb7b3579f60;hb=ca276baf720e3a44721b9e18955d3f546955c6c8;hp=2c0f6e7b6bae3b2452b7f56108ee229e351f0235;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;p=ncurses.git diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index 2c0f6e7b..162532ce 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -2,7 +2,7 @@ @@ -41,6 +41,10 @@
 
+curs_addch(3x)                                           curs_addch(3x)
+
+
+
 
 

NAME

@@ -77,7 +81,7 @@
        sor one character left; at the left edge of  a  window  it
        does  nothing.   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).  Tabs are con-
+       scrolling  the  window if on the last line.  Tabs are con-
        sidered to be at every eighth column.   The  tab  interval
        may be altered by setting the TABSIZE variable.
 
@@ -91,7 +95,7 @@
        passed to addch or related functions by logical-ORing them
        into  the  character.   (Thus, text, including attributes,
        can be copied from one place to  another  using  inch  and
-       addch.).   See the curs_attr(3x) page for values of prede-
+       addch.)   See  the curs_attr(3x) page for values of prede-
        fined video attribute constants that can be usefully OR'ed
        into characters.
 
@@ -107,9 +111,10 @@
        The  following  variables  may be used to add line drawing
        characters to the screen with routines of the  addch  fam-
        ily.   The  default  character listed below is used if the
-       acsc  capability  doesn't   define   a   terminal-specific
-       replacement for it (but see the EXTENSIONS section below).
-       The names are taken from VT100 nomenclature.
+       acsc  capability  does  not  define  a   terminal-specific
+       replacement  for  it.   The  names  are  taken  from VT100
+       nomenclature.
+
 
        Name           Default   Description
        --------------------------------------------------
@@ -147,7 +152,6 @@
        ACS_VLINE      |         vertical line
 
 
-
 

RETURN VALUE

        All routines return the integer ERR upon failure and OK on
@@ -180,43 +184,22 @@
        The  TABSIZE  variable  is implemented in some versions of
        curses, but is not part of X/Open curses.
 
+       If ch is a carriage return, the cursor  is  moved  to  the
+       beginning  of the current row of the window.  This is true
+       of other implementations, but is not documented.
+
 
 

SEE ALSO

        curses(3x), curs_attr(3x), curs_clear(3x),  curs_inch(3x),
-       curs_outopts(3x), curs_refresh(3x), putc(3S).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+       curs_outopts(3x), curs_refresh(3x), putc(3).
 
+       Comparable  functions  in  the  wide-character  (ncursesw)
+       library are described in curs_add_wch(3x).
 
 
 
+                                                         curs_addch(3x)