X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_extend.3x.html;h=224f5ade0d7b8b9c47b767dca10fceae8b60af50;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hp=26a0897be6219340c3326c5306e2b1ae7f4fa494;hpb=e3d8d5a5a9425b40e09df86a597c3e971dced9d1;p=ncurses.git diff --git a/doc/html/man/curs_extend.3x.html b/doc/html/man/curs_extend.3x.html index 26a0897b..224f5ade 100644 --- a/doc/html/man/curs_extend.3x.html +++ b/doc/html/man/curs_extend.3x.html @@ -46,22 +46,19 @@ - -

NAME

+

NAME

        curses_version,  use_extended_names - miscellaneous curses
        extensions
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        const char * curses_version(void);
        int use_extended_names(bool enable);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        These functions are extensions to the curses library which
        do not fit easily into other categories.
 
@@ -79,23 +76,20 @@
        implementations of curses.
 
 
-
-

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 them be  con-
        ditioned using NCURSES_VERSION.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curs_getch(3x),       curs_mouse(3x),      curs_print(3x),
        curs_util(3x),  default_colors(3x),  define_key(3x),  key-
        bound(3x), keyok(3x), resizeterm(3x), wresize(3x).
 
 
-
-

AUTHOR

+

AUTHOR

        Thomas Dickey.