X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_kernel.3x.html;h=7a8c618933ae1c7523e8d6ff3b80ac9e99c900e0;hp=19d4377357f8f49771c5b80995606ba7f0517582;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;ds=sidebyside diff --git a/doc/html/man/curs_kernel.3x.html b/doc/html/man/curs_kernel.3x.html index 19d43773..7a8c6189 100644 --- a/doc/html/man/curs_kernel.3x.html +++ b/doc/html/man/curs_kernel.3x.html @@ -1,4 +1,3 @@ - + + + curs_kernel 3x -

curs_kernel 3x

-
+

curs_kernel 3x

-
 curs_kernel(3x)                                         curs_kernel(3x)
 
 
 
 
 
-

NAME

+

NAME

        def_prog_mode, def_shell_mode, reset_prog_mode,
        reset_shell_mode, resetty, savetty, getsyx, setsyx,
        ripoffline, curs_set, napms - low-level curses routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int def_prog_mode(void);
@@ -70,7 +70,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  following  routines  give low-level access to various
        curses capabilities.  These routines  typically  are  used
        inside library routines.
@@ -128,17 +128,17 @@
        ripoffline  can  be called up to five times before calling
        initscr or newterm.
 
-       The curs_set routine sets the cursor state is set  to  in-
-       visible,  normal,  or very visible for visibility equal to
-       0, 1, or 2 respectively.  If  the  terminal  supports  the
-       visibility  requested,  the  previous  cursor state is re-
-       turned; otherwise, ERR is returned.
+       The curs_set routine sets the cursor state  to  invisible,
+       normal, or very visible for visibility equal to 0, 1, or 2
+       respectively.  If the terminal supports the visibility re-
+       quested, the previous cursor state is returned; otherwise,
+       ERR is returned.
 
        The napms routine is used to sleep for ms milliseconds.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except for curs_set, these routines always return OK.
 
        curs_set returns the previous cursor state, or ERR if  the
@@ -160,7 +160,7 @@
 
 
 
-

NOTES

+

NOTES

        Note  that getsyx is a macro, so & is not necessary before
        the variables y and x.
 
@@ -177,7 +177,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  functions  setsyx and getsyx are not described in the
        XSI Curses standard, Issue 4.  All other functions are  as
        described in XSI Curses.
@@ -188,18 +188,25 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),  curs_initscr(3x),  curs_outopts(3x), curs_re-
-       fresh(3x), curs_scr_dump(3x), curs_slk(3x)
+       fresh(3x),  curs_scr_dump(3x),  curs_slk(3x),   curs_vari-
+       ables(3x).
 
 
 
                                                         curs_kernel(3x)
 
-
-
-Man(1) output converted with -man2html -
+