X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_sp_funcs.3x.html;h=db948fe04f92adbf7a2fe574f98b98e2f84dce66;hp=c85498ba6821ee0d546bc6aa198247b2adc1d51d;hb=58552e8c761a70f8f0bd591fecdf576fa8216e3e;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948 diff --git a/doc/html/man/curs_sp_funcs.3x.html b/doc/html/man/curs_sp_funcs.3x.html index c85498ba..db948fe0 100644 --- a/doc/html/man/curs_sp_funcs.3x.html +++ b/doc/html/man/curs_sp_funcs.3x.html @@ -48,13 +48,11 @@ - -

NAME

+

NAME

        curs_sp_funcs - curses screen-pointer extension
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int assume_default_colors_sp(SCREEN*, int, int);
@@ -187,8 +185,7 @@
        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-
@@ -196,8 +193,7 @@
        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.
@@ -208,8 +204,7 @@
        which must be modified to update multiple screens.
 
 
-
-

NEW FUNCTIONS

+

NEW FUNCTIONS

        Here are the new functions:
 
        ceiling_panel
@@ -223,7 +218,7 @@
        new_prescr
             when creating a new screen, the library  uses  static
             variables   which   have   been   preset,   e.g.,  by
-            curs_util(3x), curs_util(3x), etc.  With the screen-point-
+            use_env(3x), filter(3x), etc.  With the screen-point-
             er extension, there are situations where it must cre-
             ate a current screen before  the  unextended  library
             does.   The new_prescr function is used internally to
@@ -232,8 +227,7 @@
             initialization.
 
 
-
-

NOTES

+

NOTES

        This extension introduces some new names:
 
        NCURSES_SP_FUNCS
@@ -259,19 +253,17 @@
        NCURSES_OUTC
             This  is  a  function-pointer type used for the cases
             where a function  passes  characters  to  the  output
-            stream, e.g., curs_terminfo(3x).
+            stream, e.g., vidputs(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).