X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_util.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_util.3x.html;h=25eaacd313cb9573ecd49e6224078e0955a92400;hb=e6725415d8e5cbb514b8d6056e0700152c540fa0;hp=af4eeda3b4324c64e4b380a3a70b37abc6263086;hpb=67327e4e3b2121f8273fb73ec14ef234ed01231e;p=ncurses.git diff --git a/doc/html/man/curs_util.3x.html b/doc/html/man/curs_util.3x.html index af4eeda3..25eaacd3 100644 --- a/doc/html/man/curs_util.3x.html +++ b/doc/html/man/curs_util.3x.html @@ -1,7 +1,7 @@ -curs_util 3x 2023-12-23 ncurses 6.4 Library calls +curs_util 3x 2024-01-05 ncurses 6.4 Library calls -

curs_util 3x 2023-12-23 ncurses 6.4 Library calls

+

curs_util 3x 2024-01-05 ncurses 6.4 Library calls

 curs_util(3x)                    Library calls                   curs_util(3x)
 
@@ -105,7 +105,7 @@
        character parameter are ignored.
 
 
-

keyname/key_name

+

keyname, key_name

        The keyname routine returns a character string corresponding to the key
        c.  Key codes are different from character codes.
 
@@ -129,7 +129,7 @@
        o   key_name does not return the name of a function key.
 
 
-

filter/nofilter

+

filter, nofilter

        The  filter  routine, if used, must be called before initscr or newterm
        are called.  Calling filter causes these changes in initialization:
 
@@ -202,7 +202,7 @@
                                      operating system calls to obtain size.
 
 
-

putwin/getwin

+

putwin, getwin

        The putwin routine writes all data associated with window (or pad)  win
        into  the  file  to  which filep points.  This information can be later
        retrieved using the getwin function.
@@ -297,7 +297,7 @@
        the library.
 
 
-

nofilter/use_tioctl

+

nofilter, use_tioctl

        The  nofilter  and  use_tioctl  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  extensions be
@@ -331,7 +331,7 @@
            file written using mixed schemes may not be successful.
 
 
-

unctrl/wunctrl

+

unctrl, wunctrl

        The  XSI Curses standard, Issue 4 describes these functions.  It states
        that unctrl and wunctrl will return a null pointer if unsuccessful, but
        does  not  define any error conditions.  This implementation checks for
@@ -377,7 +377,7 @@
        behavior of SVr4 curses.  Other implementations may not do that.
 
 
-

use_env/use_tioctl

+

use_env, use_tioctl

        If  ncurses  is  configured  to provide the sp-functions extension, the
        state of use_env and use_tioctl may be  updated  before  creating  each
        screen  rather  than  once  only  (curs_sp_funcs(3x)).  This feature of
@@ -391,7 +391,7 @@
 
 
 
-ncurses 6.4                       2023-12-23                     curs_util(3x)
+ncurses 6.4                       2024-01-05                     curs_util(3x)