X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_sp_funcs.3x.html;h=45e09261065c668f04b5d7480d56f4d3586ceb46;hp=5f973584d324d29830bbc5cd1b230713965f120d;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600 diff --git a/doc/html/man/curs_sp_funcs.3x.html b/doc/html/man/curs_sp_funcs.3x.html index 5f973584..45e09261 100644 --- a/doc/html/man/curs_sp_funcs.3x.html +++ b/doc/html/man/curs_sp_funcs.3x.html @@ -1,7 +1,6 @@ - + + + curs_sp_funcs 3x -

curs_sp_funcs 3x

-
+

curs_sp_funcs 3x

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

NAME

-       new_prescr - curses screen-pointer extension
+

NAME

+       curs_sp_funcs - curses screen-pointer extension
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int assume_default_colors_sp(SCREEN*, int, int);
@@ -187,15 +185,15 @@
        int tputs_sp(SCREEN*, const char *, int, NCURSES_SP_OUTC);
 
 
-
-

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 +203,8 @@
        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
@@ -228,8 +227,7 @@
             initialization.
 
 
-
-

NOTES

+

NOTES

        This extension introduces some new names:
 
        NCURSES_SP_FUNCS
@@ -258,26 +256,34 @@
             stream, e.g., curs_terminfo(3x).
 
 
-
-

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-
        tensions be conditioned using NCURSES_SP_FUNCS.
 
 
-
-

SEE ALSO

+

SEE ALSO

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