X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_sp_funcs.3x.html;h=1c247d3de129d6e807d848ec9ce5a9b88f27fab0;hp=7c84eb7be748b3bb936ebf75a1ba26423fc220ea;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_sp_funcs.3x.html b/doc/html/man/curs_sp_funcs.3x.html index 7c84eb7b..1c247d3d 100644 --- a/doc/html/man/curs_sp_funcs.3x.html +++ b/doc/html/man/curs_sp_funcs.3x.html @@ -1,4 +1,3 @@ - + + + curs_sp_funcs 3x @@ -42,19 +44,18 @@

curs_sp_funcs 3x


-
 curs_sp_funcs(3x)                                     curs_sp_funcs(3x)
 
 
 
 
 
-

NAME

+

NAME

        new_prescr - curses screen-pointer extension
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int assume_default_colors_sp(SCREEN*, int, int);
@@ -188,14 +189,16 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This  implementation can be configured to provide a set of
        functions which improve the  ability  to  manage  multiple
        screens.  This feature can be added to any of the configu-
        rations supported by  ncurses;  it  adds  new  entrypoints
        without changing the meaning of any of the existing ones.
 
-   IMPROVED FUNCTIONS
+
+
+

IMPROVED FUNCTIONS

        Most  of  the functions are new versions of existing func-
        tions.  A parameter is added at the front of the parameter
        list.  It is a SCREEN pointer.
@@ -205,7 +208,9 @@
        specified screen, thereby reducing the number of variables
        which must be modified to update multiple screens.
 
-   NEW FUNCTIONS
+
+
+

NEW FUNCTIONS

        Here are the new functions:
 
        ceiling_panel
@@ -229,7 +234,7 @@
 
 
 
-

NOTES

+

NOTES

        This extension introduces some new names:
 
        NCURSES_SP_FUNCS
@@ -259,7 +264,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  are  specific  to ncurses.  They were not
        supported on Version 7, BSD or System  V  implementations.
        It  is  recommended that any code depending on ncurses ex-
@@ -267,14 +272,27 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_opaque(3x), curs_threads(3x).
 
 
 
                                                       curs_sp_funcs(3x)
 
-
-Man(1) output converted with man2html +