X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_util.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_util.3x.html;h=934f5cbf04118a3d647c53325256a6f547485aab;hp=3589d2a7e002743db0d42bedb66dd93305a4b7ec;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/curs_util.3x.html b/doc/html/man/curs_util.3x.html index 3589d2a7..934f5cbf 100644 --- a/doc/html/man/curs_util.3x.html +++ b/doc/html/man/curs_util.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_util.3x,v 1.58 2020/10/17 22:54:59 tom Exp @ + * @Id: curs_util.3x,v 1.59 2020/10/24 09:15:57 tom Exp @ --> @@ -56,22 +56,22 @@

SYNOPSIS

        #include <curses.h>
 
-       const char *unctrl(chtype c);
-       wchar_t *wunctrl(cchar_t *c);
+       const char *unctrl(chtype c);
+       wchar_t *wunctrl(cchar_t *c);
 
-       const char *keyname(int c);
-       const char *key_name(wchar_t w);
+       const char *keyname(int c);
+       const char *key_name(wchar_t w);
 
        void filter(void);
        void nofilter(void);
 
-       void use_env(bool f);
-       void use_tioctl(bool f);
+       void use_env(bool f);
+       void use_tioctl(bool f);
 
-       int putwin(WINDOW *win, FILE *filep);
-       WINDOW *getwin(FILE *filep);
+       int putwin(WINDOW *win, FILE *filep);
+       WINDOW *getwin(FILE *filep);
 
-       int delay_output(int ms);
+       int delay_output(int ms);
        int flushinp(void);