From: Thomas E. Dickey Date: Sun, 15 Feb 2015 01:42:27 +0000 (+0000) Subject: ncurses 5.9 - patch 20150214 X-Git-Tag: v6.0~23 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 ncurses 5.9 - patch 20150214 + regenerate html manpages using improved man2html from work on xterm. + regenerated ".map" and ".sym" files using improved script, accounting for the "--enable-weak-symbols" configure option (report by Werner Fink). --- diff --git a/NEWS b/NEWS index 8b37c157..873a0812 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.2342 2015/01/31 19:52:30 tom Exp $ +-- $Id: NEWS,v 1.2349 2015/02/15 01:13:13 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,12 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20150214 + + regenerate html manpages using improved man2html from work on xterm. + + regenerated ".map" and ".sym" files using improved script, accounting + for the "--enable-weak-symbols" configure option (report by Werner + Fink). + 20150131 + regenerated ".map" and ".sym" files using improved script, showing the combinations of configure options used at each stage. diff --git a/VERSION b/VERSION index 8f8bae86..204f11db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:9 5.9 20150131 +5:0:9 5.9 20150214 diff --git a/dist.mk b/dist.mk index e7724c21..067d8671 100644 --- a/dist.mk +++ b/dist.mk @@ -25,7 +25,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1029 2015/01/25 11:39:18 tom Exp $ +# $Id: dist.mk,v 1.1034 2015/02/15 01:13:13 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -37,7 +37,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 5 NCURSES_MINOR = 9 -NCURSES_PATCH = 20150131 +NCURSES_PATCH = 20150214 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) @@ -53,13 +53,13 @@ DUMP2 = $(DUMP) -nolist # gcc's file is "gnathtml.pl" GNATHTML= gnathtml -# man2html 3.0.1 is a Perl script which assumes that pages are fixed size. +# man2html is a Perl script which assumes that pages are fixed size. # Not all man programs agree with this assumption; some use half-spacing, which # has the effect of lengthening the text portion of the page -- so man2html # would remove some text. The man program on Redhat 6.1 appears to work with # man2html if we set the top/bottom margins to 6 (the default is 7). Newer # versions of 'man' leave no margin (and make it harder to sync with pages). -MAN2HTML= man2html -botm=0 -topm=0 -cgiurl '$$title.$$section$$subsection.html' +MAN2HTML= man2html -botm=0 -topm=0 -cgiurl '$$title.$$section$$subsection.html' -index ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml @@ -133,8 +133,7 @@ manhtml: g=$${m}.html ;\ if [ -f doc/html/$$g ]; then chmod +w doc/html/$$g; fi;\ echo "Converting $$m to HTML" ;\ - echo '' > doc/html/man/$$g ;\ - echo ' + + + ADACURSES 1 User Commands @@ -39,31 +41,30 @@

ADACURSES 1 User Commands


-
 ADACURSES(1)                 User Commands                 ADACURSES(1)
 
 
 
 
 
-

NAME

+

NAME

        adacurses-config - helper script for AdaCurses libraries
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        adacurses-config [options]
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This  is  a  shell  script which simplifies configuring an
        application  to  use  the  AdaCurses  library  binding  to
        ncurses.
 
 
 
-

OPTIONS

+

OPTIONS

        --cflags
               echos  the gnat (Ada compiler) flags needed to com-
               pile with AdaCurses.
@@ -84,7 +85,7 @@
 
 
 
-

EXAMPLE

+

EXAMPLE

        For example, supposing that you want to compile the "Hello
        World!"   program  for  AdaCurses.   Make  a  file   named
        "hello.adb":
@@ -134,16 +135,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x)
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                            ADACURSES(1)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/captoinfo.1m.html b/doc/html/man/captoinfo.1m.html index a5bc1a44..1751dc05 100644 --- a/doc/html/man/captoinfo.1m.html +++ b/doc/html/man/captoinfo.1m.html @@ -1,4 +1,3 @@ - + + + captoinfo 1m @@ -40,25 +42,24 @@

captoinfo 1m


-
 captoinfo(1m)                                             captoinfo(1m)
 
 
 
 
 
-

NAME

+

NAME

        captoinfo  - convert a termcap description into a terminfo
        description
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        captoinfo [-vn width]  [-V] [-1] [-w width] file . . .
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        captoinfo looks  in  each  given  text  file  for  termcap
        descriptions.   For each one found, an equivalent terminfo
        description is written to  standard  output.   Termcap  tc
@@ -86,13 +87,13 @@
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo Compiled  terminal  description  data-
                            base.
 
 
 
-

TRANSLATIONS FROM NONSTANDARD CAPABILITIES

+

TRANSLATIONS FROM NONSTANDARD CAPABILITIES

        Some obsolete nonstandard capabilities will  automatically
        be  translated  into  standard  (SVr4/XSI Curses) terminfo
        capabilities by captoinfo.  Whenever one  of  these  auto-
@@ -192,7 +193,7 @@
 
 
 
-

NOTES

+

NOTES

        This  utility is actually a link to tic(1m), running in -I
        mode.  You can use other tic options such as -f and  -x.
 
@@ -202,14 +203,14 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        infocmp(1m), curses(3x), terminfo(5)
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
-

AUTHOR

+

AUTHOR

        Eric S. Raymond <esr@snark.thyrsus.com> and
        Thomas E. Dickey <dickey@invisible-island.net>
 
@@ -217,7 +218,17 @@
 
                                                           captoinfo(1m)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/clear.1.html b/doc/html/man/clear.1.html index e642e6b1..0ef87570 100644 --- a/doc/html/man/clear.1.html +++ b/doc/html/man/clear.1.html @@ -1,4 +1,3 @@ - + + + clear 1 @@ -39,24 +41,23 @@

clear 1


-
 clear(1)                                                       clear(1)
 
 
 
 
 
-

NAME

+

NAME

        clear - clear the terminal screen
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        clear
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        clear  clears  your  screen if this is possible, including
        its scrollback buffer (if the extended "E3" capability  is
        defined).  clear looks in the environment for the terminal
@@ -68,16 +69,22 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        tput(1), terminfo(5)
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                                clear(1)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_add_wch.3x.html b/doc/html/man/curs_add_wch.3x.html index 3e39b081..1d0115af 100644 --- a/doc/html/man/curs_add_wch.3x.html +++ b/doc/html/man/curs_add_wch.3x.html @@ -1,4 +1,3 @@ - + + + curs_add_wch 3x @@ -39,21 +41,20 @@

curs_add_wch 3x


-
 curs_add_wch(3x)                                       curs_add_wch(3x)
 
 
 
 
 
-

NAME

+

NAME

        add_wch,   wadd_wch,  mvadd_wch,  mvwadd_wch,  echo_wchar,
        wecho_wchar - add a complex character and rendition  to  a
        curses window, then advance the cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int add_wch( const cchar_t *wch );
@@ -66,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The add_wch, wadd_wch, mvadd_wch, and mvwadd_wch functions
        put the complex character wch into the given window at its
        current position, which is then advanced.  These functions
@@ -98,7 +99,9 @@
        able performance gain might be seen by  using  the  *echo*
        functions instead of their equivalents.
 
-   Line Graphics
+
+
+

Line Graphics

        Like  curs_addch(3x),  addch_wch  accepts symbols which make it
        simple to draw lines and  other  frequently  used  special
        characters.   These  symbols  correspond to the same VT100
@@ -170,7 +173,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon failure and OK on
        success.
 
@@ -180,13 +183,13 @@
 
 
 
-

NOTES

+

NOTES

        Note that add_wch, mvadd_wch, mvwadd_wch,  and  echo_wchar
        may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        All  of  these  functions  are described in the XSI Curses
        standard, Issue 4.  The defaults specified for  line-draw-
        ing characters apply in the POSIX locale.
@@ -213,7 +216,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_addch(3x), curs_attr(3x), curs_clear(3x),
        curs_outopts(3x), curs_refresh(3x), putwc(3)
 
@@ -221,7 +224,20 @@
 
                                                        curs_add_wch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_add_wchstr.3x.html b/doc/html/man/curs_add_wchstr.3x.html index 435ef830..1e2908e2 100644 --- a/doc/html/man/curs_add_wchstr.3x.html +++ b/doc/html/man/curs_add_wchstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_add_wchstr 3x @@ -39,14 +41,13 @@

curs_add_wchstr 3x


-
 curs_add_wchstr(3x)                                 curs_add_wchstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        add_wchstr, add_wchnstr, wadd_wchstr, wadd_wchnstr,
        mvadd_wchstr, mvadd_wchnstr, mvwadd_wchstr, mvwadd_wchnstr
        - add an array of complex characters (and attributes) to a
@@ -54,7 +55,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int add_wchstr(const cchar_t *wchstr);
@@ -68,7 +69,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions copy the (null-terminated) array  of  com-
        plex  characters  wchstr  into  the window image structure
        starting at the current cursor position.  The  four  func-
@@ -99,7 +100,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All functions return the integer ERR upon failure  and  OK
        on success.
 
@@ -112,18 +113,18 @@
 
 
 
-

NOTES

+

NOTES

        All functions except wadd_wchnstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These entry points are described in the XSI  Curses  stan-
        dard, Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curs_addwstr(3x), curses(3x).
 
        Comparable functions in the narrow-character (ncurses) li-
@@ -133,7 +134,16 @@
 
                                                     curs_add_wchstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index 1095e14d..36e05ad6 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -1,4 +1,3 @@ - + + + curs_addch 3x @@ -40,21 +42,20 @@

curs_addch 3x


-
 curs_addch(3x)                                           curs_addch(3x)
 
 
 
 
 
-

NAME

+

NAME

        addch,  waddch,  mvaddch,  mvwaddch, echochar, wechochar -
        add a character (with attributes) to a curses window, then
        advance the cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int addch(const chtype ch);
@@ -66,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  addch,  waddch, mvaddch and mvwaddch routines put the
        character ch into the given window at its  current  window
        position,  which  is then advanced.  They are analogous to
@@ -121,7 +122,9 @@
        may be seen by  using  these  routines  instead  of  their
        equivalents.
 
-   Line Graphics
+
+
+

Line Graphics

        The  following  variables  may be used to add line drawing
        characters to the screen with routines of the  addch  fam-
        ily.   The  default  character listed below is used if the
@@ -166,7 +169,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon failure and OK on
        success  (the  SVr4 manuals specify only "an integer value
        other than ERR") upon successful completion, unless other-
@@ -178,13 +181,13 @@
 
 
 
-

NOTES

+

NOTES

        Note  that  addch,  mvaddch, mvwaddch, and echochar may be
        macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        All these functions are described in the XSI Curses  stan-
        dard,  Issue  4.  The defaults specified for forms-drawing
        characters apply in the POSIX locale.
@@ -212,7 +215,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),  curs_attr(3x), curs_clear(3x), curs_inch(3x),
        curs_outopts(3x),  curs_refresh(3x),   curs_variables(3x),
        putc(3).
@@ -224,7 +227,20 @@
 
                                                          curs_addch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_addchstr.3x.html b/doc/html/man/curs_addchstr.3x.html index b4664ac8..34e379dc 100644 --- a/doc/html/man/curs_addchstr.3x.html +++ b/doc/html/man/curs_addchstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_addchstr 3x @@ -39,21 +41,20 @@

curs_addchstr 3x


-
 curs_addchstr(3x)                                     curs_addchstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr,
        mvaddchnstr, mvwaddchstr, mvwaddchnstr - add a string of
        characters (and attributes) to a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int addchstr(const chtype *chstr);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions copy the (null-terminated) chstr array in-
        to the window image structure starting at the current cur-
        sor position.  The four functions with n as the last argu-
@@ -91,7 +92,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All functions return the integer ERR upon failure  and  OK
        on success.
 
@@ -104,18 +105,18 @@
 
 
 
-

NOTES

+

NOTES

        All functions except waddchnstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These entry points are described in the XSI  Curses  stan-
        dard, Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curs_addstr(3x), curses(3x).
 
        Comparable  functions in the wide-character (ncursesw) li-
@@ -125,7 +126,16 @@
 
                                                       curs_addchstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_addstr.3x.html b/doc/html/man/curs_addstr.3x.html index ad755d8c..9442c6ba 100644 --- a/doc/html/man/curs_addstr.3x.html +++ b/doc/html/man/curs_addstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_addstr 3x @@ -39,21 +41,20 @@

curs_addstr 3x


-
 curs_addstr(3x)                                         curs_addstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr,
        mvwaddstr, mvwaddnstr - add a string of characters to a
        curses window and advance cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int addstr(const char *str);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  functions  write  the  (null-terminated)  character
        string str on the given window.  It is similar to  calling
        waddch once for each character in the string.
@@ -82,7 +83,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All  functions  return the integer ERR upon failure and OK
        on success.
 
@@ -101,25 +102,34 @@
 
 
 
-

NOTES

+

NOTES

        All of these functions except waddnstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_addch(3x).
 
 
 
                                                         curs_addstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 74a237d8..2c5ec0ee 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_addwstr 3x @@ -39,21 +41,20 @@

curs_addwstr 3x


-
 curs_addwstr(3x)                                       curs_addwstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr,
        mvaddnwstr, mvwaddwstr, mvwaddnwstr - add a string of wide
        characters to a curses window and advance cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int addwstr(const wchar_t *wstr);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  functions  write the characters of the (null-termi-
        nated) wchar_t character string wstr on the given  window.
        It  is  similar to constructing a cchar_t for each wchar_t
@@ -85,7 +86,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All functions return the integer ERR upon failure  and  OK
        on success.
 
@@ -105,25 +106,34 @@
 
 
 
-

NOTES

+

NOTES

        All of these functions except waddnwstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_add_wch(3x)
 
 
 
                                                        curs_addwstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_attr.3x.html b/doc/html/man/curs_attr.3x.html index 012815d5..61895512 100644 --- a/doc/html/man/curs_attr.3x.html +++ b/doc/html/man/curs_attr.3x.html @@ -1,4 +1,3 @@ - + + + curs_attr 3x @@ -40,14 +42,13 @@

curs_attr 3x


-
 curs_attr(3x)                                             curs_attr(3x)
 
 
 
 
 
-

NAME

+

NAME

        attroff, wattroff, attron, wattron, attrset, wattrset,
        color_set, wcolor_set, standend, wstandend, standout,
        wstandout, attr_get, wattr_get, attr_off, wattr_off,
@@ -57,7 +58,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        int attroff(int attrs);
        int wattroff(WINDOW *win, int attrs);
@@ -93,7 +94,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  routines  manipulate  the current attributes of the
        named window.  The current attributes of a window apply to
        all characters that are written into the window with wadd-
@@ -143,7 +144,9 @@
        ment is not presently used, but is reserved for the future
        (leave it NULL).
 
-   Attributes
+
+
+

Attributes

        The following video attributes, defined in <curses.h>, can
        be passed to the routines attron, attroff, and attrset, or
        OR'd with the characters passed to addch.
@@ -191,7 +194,7 @@
 
 
 
-

NOTES

+

NOTES

        Note  that  attroff,  wattroff,  attron, wattron, attrset,
        wattrset, standend and standout may be macros.
 
@@ -204,7 +207,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are supported in the XSI Curses standard,
        Issue 4.  The standard  defined  the  dedicated  type  for
        highlights,  attr_t,  which is not defined in SVr4 curses.
@@ -260,7 +263,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All  routines  return the integer OK on success, or ERR on
        failure.
 
@@ -278,7 +281,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),        curs_addch(3x),        curs_addstr(3x),
        curs_bkgd(3x), curs_printw(3x), curs_variables(3x)
 
@@ -286,7 +289,20 @@
 
                                                           curs_attr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_beep.3x.html b/doc/html/man/curs_beep.3x.html index 6abcd736..7abb6524 100644 --- a/doc/html/man/curs_beep.3x.html +++ b/doc/html/man/curs_beep.3x.html @@ -1,4 +1,3 @@ - + + + curs_beep 3x @@ -39,19 +41,18 @@

curs_beep 3x


-
 curs_beep(3x)                                             curs_beep(3x)
 
 
 
 
 
-

NAME

+

NAME

        beep, flash - curses bell and screen flash routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int beep(void);
@@ -59,7 +60,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The beep and flash routines are used to alert the terminal
        user.  The routine beep sounds an  audible  alarm  on  the
        terminal,  if  possible;  otherwise  it flashes the screen
@@ -71,33 +72,42 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return OK if they  succeed  in  beeping  or
        flashing, ERR otherwise.
 
 
 
-

EXTENSIONS

+

EXTENSIONS

        SVr4's  beep  and flash routines always returned OK, so it
        was not possible to tell when the beep or flash failed.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue  4.  Like SVr4, it specifies that they always return
        OK.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x)
 
 
 
                                                           curs_beep(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_bkgd.3x.html b/doc/html/man/curs_bkgd.3x.html index 8778b6a7..0f830ea9 100644 --- a/doc/html/man/curs_bkgd.3x.html +++ b/doc/html/man/curs_bkgd.3x.html @@ -1,4 +1,3 @@ - + + + curs_bkgd 3x @@ -39,20 +41,19 @@

curs_bkgd 3x


-
 curs_bkgd(3x)                                             curs_bkgd(3x)
 
 
 
 
 
-

NAME

+

NAME

        bkgdset,  wbkgdset,  bkgd,  wbkgd, getbkgd - curses window
        background manipulation routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        void bkgdset(chtype ch);
@@ -63,7 +64,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The bkgdset and wbkgdset  routines  manipulate  the  back-
        ground  of  the  named window.  The window background is a
        chtype consisting of any combination of attributes  (i.e.,
@@ -95,26 +96,26 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  routines  bkgd  and wbkgd return the integer OK.  The
        SVr4.0 manual says "or a non-negative integer  if  immedok
        is set", but this appears to be an error.
 
 
 
-

NOTES

+

NOTES

        Note that bkgdset and bkgd may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  It specifies that bkgd and wbkgd return  ERR  on
        failure, but gives no failure conditions.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),   curs_addch(3x),   curs_attr(3x),   curs_out-
        opts(3x)
 
@@ -122,7 +123,16 @@
 
                                                           curs_bkgd(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_bkgrnd.3x.html b/doc/html/man/curs_bkgrnd.3x.html index 835661a3..6bd5bf40 100644 --- a/doc/html/man/curs_bkgrnd.3x.html +++ b/doc/html/man/curs_bkgrnd.3x.html @@ -1,4 +1,3 @@ - + + + curs_bkgrnd 3x @@ -39,21 +41,20 @@

curs_bkgrnd 3x


-
 curs_bkgrnd(3x)                                         curs_bkgrnd(3x)
 
 
 
 
 
-

NAME

+

NAME

        bkgrnd,  wbkgrnd,  bkgrndset, wbkgrndset, getbkgrnd, wget-
        bkgrnd - curses  window  complex  background  manipulation
        routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int bkgrnd( const cchar_t *wch);
@@ -65,7 +66,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The bkgrndset and wbkgrndset routines manipulate the back-
        ground of the named window.  The window  background  is  a
        cchar_t consisting of any combination of attributes (i.e.,
@@ -97,12 +98,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that bkgrnd, bkgrndset, and getbkgrnd may be macros.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The bkgrndset and wbkgrndset  routines  do  not  return  a
        value.
 
@@ -112,14 +113,22 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_bkgd(3x)
 
 
 
                                                         curs_bkgrnd(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_border.3x.html b/doc/html/man/curs_border.3x.html index 8910aec4..bf1bbe74 100644 --- a/doc/html/man/curs_border.3x.html +++ b/doc/html/man/curs_border.3x.html @@ -1,4 +1,3 @@ - + + + curs_border 3x @@ -39,21 +41,20 @@

curs_border 3x


-
 curs_border(3x)                                         curs_border(3x)
 
 
 
 
 
-

NAME

+

NAME

        border, wborder, box, hline, whline, vline, wvline,
        mvhline, mvwhline, mvvline, mvwvline - create curses
        borders, horizontal and vertical lines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        int border(chtype ls, chtype rs, chtype ts, chtype bs,
           chtype tl, chtype tr, chtype bl, chtype br);
@@ -72,7 +73,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The border, wborder and box routines draw a box around the
        edges of a window.  Other than the window,  each  argument
        is a character with attributes:
@@ -116,7 +117,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer  OK.   The  SVr4.0  manual
        says  "or  a  non-negative integer if immedok is set", but
        this appears to be an error.
@@ -130,7 +131,7 @@
 
 
 
-

NOTES

+

NOTES

        The  borders  generated by these functions are inside bor-
        ders (this is also true of SVr4 curses, though the fact is
        not documented).
@@ -139,21 +140,30 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  The standard specifies that they return  ERR  on
        failure, but specifies no error conditions.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_outopts(3x).
 
 
 
                                                         curs_border(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_border_set.3x.html b/doc/html/man/curs_border_set.3x.html index e5f97be0..151d5f9b 100644 --- a/doc/html/man/curs_border_set.3x.html +++ b/doc/html/man/curs_border_set.3x.html @@ -1,4 +1,3 @@ - + + + curs_border_set 3x @@ -39,14 +41,13 @@

curs_border_set 3x


-
 curs_border_set(3x)                                 curs_border_set(3x)
 
 
 
 
 
-

NAME

+

NAME

        border_set, wborder_set, box_set, hline_set, whline_set,
        mvhline_set, mvwhline_set, vline_set, wvline_set,
        mvvline_set, mvwvline_set - create curses borders or lines
@@ -54,7 +55,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int border_set(
@@ -99,7 +100,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The border_set and wborder_set  functions  draw  a  border
        around  the  edges  of  the  current  or specified window.
        These functions do not change the cursor position, and  do
@@ -148,13 +149,13 @@
 
 
 
-

NOTES

+

NOTES

        Note that border_set, hline_set, mvhline_set, mvvline_set,
        mvwhline_set, mvwvline_set, and vline_set may be macros.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Upon successful completion,  these  functions  return  OK.
        Otherwise, they return ERR.
 
@@ -167,7 +168,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        ncurses(3x), curs_add_wch(3x), curs_border(3x),  curs_out-
        opts(3x)
 
@@ -175,7 +176,15 @@
 
                                                     curs_border_set(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_clear.3x.html b/doc/html/man/curs_clear.3x.html index 9391054c..1f591870 100644 --- a/doc/html/man/curs_clear.3x.html +++ b/doc/html/man/curs_clear.3x.html @@ -1,4 +1,3 @@ - + + + curs_clear 3x @@ -39,20 +41,19 @@

curs_clear 3x


-
 curs_clear(3x)                                           curs_clear(3x)
 
 
 
 
 
-

NAME

+

NAME

        erase, werase, clear, wclear, clrtobot, wclrtobot,
        clrtoeol, wclrtoeol - clear all or part of a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        # include <curses.h>
 
        int erase(void);
@@ -66,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The erase and werase routines copy blanks to  every  posi-
        tion in the window, clearing the screen.
 
@@ -89,7 +90,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer OK on success and  ERR  on
        failure.   The SVr4.0 manual says "or a non-negative inte-
        ger if immedok is set", but this appears to be an error.
@@ -100,13 +101,13 @@
 
 
 
-

NOTES

+

NOTES

        Note that erase, werase, clear, wclear, clrtobot, and clr-
        toeol may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  The standard specifies that they return  ERR  on
        failure, but specifies no error conditions.
@@ -129,7 +130,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_outopts(3x), curs_refresh(3x), curs_vari-
        ables(3x)
 
@@ -137,7 +138,16 @@
 
                                                          curs_clear(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_color.3x.html b/doc/html/man/curs_color.3x.html index b385da46..cb101f5f 100644 --- a/doc/html/man/curs_color.3x.html +++ b/doc/html/man/curs_color.3x.html @@ -1,4 +1,3 @@ - + + + curs_color 3x @@ -39,21 +41,20 @@

curs_color 3x


-
 curs_color(3x)                                           curs_color(3x)
 
 
 
 
 
-

NAME

+

NAME

        start_color, init_pair, init_color, has_colors,
        can_change_color, color_content, pair_content, COLOR_PAIR
        - curses color manipulation routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        # include <curses.h>
 
        int start_color(void);
@@ -67,8 +68,10 @@
 
 
 
-

DESCRIPTION

-   Overview
+

DESCRIPTION

+
+
+

Overview

        curses support color attributes on terminals with that ca-
        pability.   To  use  these  routines  start_color  must be
        called, usually right after initscr.   Colors  are  always
@@ -91,7 +94,9 @@
        The  routine  pair_content allows a programmer to find out
        how a given color-pair is currently defined.
 
-   Routine Descriptions
+
+
+

Routine Descriptions

        The start_color routine requires no arguments.  It must be
        called  if  the programmer wants to use colors, and before
        any other color manipulation routine  is  called.   It  is
@@ -200,7 +205,9 @@
        to  by  the  second and third arguments are in the range 0
        through COLORS, inclusive.
 
-   Colors
+
+
+

Colors

        In <curses.h> the following macros are defined.  These are
        the  default colors.  curses also assumes that COLOR_BLACK
        is the default background color for all terminals.
@@ -216,7 +223,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The routines can_change_color()  and  has_colors()  return
        TRUE or FALSE.
 
@@ -245,7 +252,7 @@
 
 
 
-

NOTES

+

NOTES

        In the ncurses implementation, there is a  separate  color
        activation flag, color palette, color pairs table, and as-
        sociated COLORS and COLOR_PAIRS counts  for  each  screen;
@@ -277,7 +284,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        This  implementation  satisfies XSI Curses's minimum maxi-
        mums for COLORS and COLOR_PAIRS.
 
@@ -296,7 +303,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),  curs_initscr(3x),  curs_attr(3x),  curs_vari-
        ables(3x), default_colors(3x)
 
@@ -304,7 +311,22 @@
 
                                                          curs_color(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_delch.3x.html b/doc/html/man/curs_delch.3x.html index 8e70fa39..a5b30278 100644 --- a/doc/html/man/curs_delch.3x.html +++ b/doc/html/man/curs_delch.3x.html @@ -1,4 +1,3 @@ - + + + curs_delch 3x @@ -39,20 +41,19 @@

curs_delch 3x


-
 curs_delch(3x)                                           curs_delch(3x)
 
 
 
 
 
-

NAME

+

NAME

        delch,  wdelch, mvdelch, mvwdelch - delete character under
        the cursor in a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int delch(void);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines delete the character under the cursor;  all
        characters to the right of the cursor on the same line are
        moved to the left one position and the last  character  on
@@ -73,7 +74,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon failure and an OK
        (SVr4  specifies  only  "an integer value other than ERR")
        upon successful completion.
@@ -84,26 +85,35 @@
 
 
 
-

NOTES

+

NOTES

        Note that delch, mvdelch, and mvwdelch may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue  4.   The standard specifies that they return ERR on
        failure, but specifies no error conditions.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x)
 
 
 
                                                          curs_delch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_deleteln.3x.html b/doc/html/man/curs_deleteln.3x.html index f300930c..e7b03f04 100644 --- a/doc/html/man/curs_deleteln.3x.html +++ b/doc/html/man/curs_deleteln.3x.html @@ -1,4 +1,3 @@ - + + + curs_deleteln 3x @@ -39,20 +41,19 @@

curs_deleteln 3x


-
 curs_deleteln(3x)                                     curs_deleteln(3x)
 
 
 
 
 
-

NAME

+

NAME

        deleteln,  wdeleteln,  insdelln, winsdelln, insertln, win-
        sertln - delete and insert lines in a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int deleteln(void);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The deleteln and wdeleteln routines delete the line  under
        the cursor in the window; all lines below the current line
        are moved up one line.  The bottom line of the  window  is
@@ -82,7 +83,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon failure and an OK
        (SVr4 specifies only "an integer value  other  than  ERR")
        upon successful completion.
@@ -93,14 +94,14 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  The standard specifies that they return  ERR  on
        failure, but specifies no error conditions.
 
 
 
-

NOTES

+

NOTES

        Note that all but winsdelln may be macros.
 
        These  routines  do  not require a hardware line delete or
@@ -110,14 +111,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x)
 
 
 
                                                       curs_deleteln(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_extend.3x.html b/doc/html/man/curs_extend.3x.html index c9f39309..6507cf1b 100644 --- a/doc/html/man/curs_extend.3x.html +++ b/doc/html/man/curs_extend.3x.html @@ -1,4 +1,3 @@ - + + + curs_extend 3x @@ -40,20 +42,19 @@

curs_extend 3x


-
 curs_extend(3x)                                         curs_extend(3x)
 
 
 
 
 
-

NAME

+

NAME

        curses_version,  use_extended_names - miscellaneous curses
        extensions
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        const char * curses_version(void);
@@ -61,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions are extensions to the curses library which
        do not fit easily into other categories.
 
@@ -80,7 +81,7 @@
 
 
 
-

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-
@@ -88,21 +89,29 @@
 
 
 
-

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.
 
 
 
                                                         curs_extend(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_get_wch.3x.html b/doc/html/man/curs_get_wch.3x.html index ed90a954..148f4fc7 100644 --- a/doc/html/man/curs_get_wch.3x.html +++ b/doc/html/man/curs_get_wch.3x.html @@ -1,4 +1,3 @@ - + + + curs_get_wch 3x @@ -39,21 +41,20 @@

curs_get_wch 3x


-
 curs_get_wch(3x)                                       curs_get_wch(3x)
 
 
 
 
 
-

NAME

+

NAME

        get_wch,  wget_wch, mvget_wch, mvwget_wch, unget_wch - get
        (or push back) a wide character from curses terminal  key-
        board
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int get_wch(wint_t *wch);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The get_wch, wget_wch, mvget_wch, and mvwget_wch functions
        read a character from the  terminal  associated  with  the
        current  or  specified  window.   In  no-delay mode, if no
@@ -105,7 +106,7 @@
 
 
 
-

NOTES

+

NOTES

        The  header  file  <curses.h>  automatically  includes the
        header file <stdio.h>.
 
@@ -122,7 +123,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        When  get_wch,  wget_wch,  mvget_wch, and mvwget_wch func-
        tions successfully report the pressing of a function  key,
        they return KEY_CODE_YES.  When they successfully report a
@@ -138,7 +139,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),       curs_getch(3x),        curs_ins_wch(3x),
        curs_inopts(3x), curs_move(3x), curs_refresh(3x)
 
@@ -146,7 +147,15 @@
 
                                                        curs_get_wch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_get_wstr.3x.html b/doc/html/man/curs_get_wstr.3x.html index 4ce3cd2d..7fff4458 100644 --- a/doc/html/man/curs_get_wstr.3x.html +++ b/doc/html/man/curs_get_wstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_get_wstr 3x @@ -39,21 +41,20 @@

curs_get_wstr 3x


-
 curs_get_wstr(3x)                                     curs_get_wstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        get_wstr, getn_wstr, wget_wstr, wgetn_wstr, mvget_wstr,
        mvgetn_wstr, mvwget_wstr, mvwgetn_wstr - get an array of
        wide characters from a curses terminal keyboard
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int get_wstr(wint_t *wstr);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  effect  of get_wstr is as though a series of calls to
        get_wch were made, until a newline, other end-of-line,  or
        end-of-file condition is processed.  An end-of-file condi-
@@ -103,7 +104,7 @@
 
 
 
-

NOTES

+

NOTES

        Using get_wstr, mvget_wstr, mvwget_wstr, or  wget_wstr  to
        read  a  line  that overflows the array pointed to by wstr
        causes  undefined  results.    The   use   of   getn_wstr,
@@ -118,7 +119,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All of these functions return OK upon  successful  comple-
        tion.  Otherwise, they return ERR.
 
@@ -135,7 +136,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in The Single Unix Specifi-
        cation, Version 2.  No error conditions are defined.  This
        implementation  returns ERR if the window pointer is null,
@@ -150,14 +151,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        Functions: curses(3x), curs_get_wch(3x), curs_getstr(3x).
 
 
 
                                                       curs_get_wstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_getcchar.3x.html b/doc/html/man/curs_getcchar.3x.html index 170d910d..a4cf3b01 100644 --- a/doc/html/man/curs_getcchar.3x.html +++ b/doc/html/man/curs_getcchar.3x.html @@ -1,4 +1,3 @@ - + + + curs_getcchar 3x @@ -39,21 +41,20 @@

curs_getcchar 3x


-
 curs_getcchar(3x)                                     curs_getcchar(3x)
 
 
 
 
 
-

NAME

+

NAME

        getcchar,  setcchar - Get a wide character string and ren-
        dition from a cchar_t or set a cchar_t from a wide-charac-
        ter string
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int getcchar(
@@ -72,7 +73,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  getcchar  function  gets  a wide-character string and
        rendition from a cchar_t argument.  When wch is not a null
        pointer, the getcchar function does the following:
@@ -117,7 +118,7 @@
 
 
 
-

NOTES

+

NOTES

        The  opts argument is reserved for future use.  Currently,
        an application must provide a null pointer as opts.
 
@@ -128,7 +129,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        When wch is a null pointer, getcchar returns the number of
        wide characters referenced by wcval, including one  for  a
        trailing null.
@@ -141,7 +142,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        Functions:   curs_attr(3x),   curs_color(3x),  curses(3x),
        wcwidth(3).
 
@@ -149,7 +150,15 @@
 
                                                       curs_getcchar(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index a0c57c36..70553d2e 100644 --- a/doc/html/man/curs_getch.3x.html +++ b/doc/html/man/curs_getch.3x.html @@ -1,4 +1,3 @@ - + + + curs_getch 3x @@ -40,20 +42,19 @@

curs_getch 3x


-
 curs_getch(3x)                                           curs_getch(3x)
 
 
 
 
 
-

NAME

+

NAME

        getch, wgetch, mvgetch, mvwgetch, ungetch, has_key - get
        (or push back) characters from curses terminal keyboard
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int getch(void);
@@ -65,7 +66,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The getch, wgetch, mvgetch and mvwgetch, routines  read  a
        character  from the window.  In no-delay mode, if no input
        is waiting, the value ERR is returned.  In delay mode, the
@@ -120,7 +121,9 @@
        be returned by the next call to wgetch.  There is just one
        input queue for all windows.
 
-   Function Keys
+
+
+

Function Keys

        The following function keys, defined in <curses.h>,  might
        be  returned  by  getch  if keypad has been enabled.  Note
        that not all of these are  necessarily  supported  on  any
@@ -243,7 +246,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon  failure  and  an
        integer value other than ERR (OK in the case of ungetch())
        upon successful completion.
@@ -261,7 +264,7 @@
 
 
 
-

NOTES

+

NOTES

        Use of the escape key by a programmer for a single charac-
        ter function is discouraged, as it will cause a  delay  of
        up to one second while the keypad code looks for a follow-
@@ -311,7 +314,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The *get* functions are described in the XSI Curses  stan-
        dard,  Issue  4.   They  read single-byte characters only.
        The standard specifies that they return  ERR  on  failure,
@@ -344,7 +347,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),       curs_inopts(3x),       curs_outopts(3x),
        curs_mouse(3x),   curs_move(3x),   curs_refresh(3x),   re-
        sizeterm(3x).
@@ -356,7 +359,20 @@
 
                                                          curs_getch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_getstr.3x.html b/doc/html/man/curs_getstr.3x.html index c6a19473..15679e77 100644 --- a/doc/html/man/curs_getstr.3x.html +++ b/doc/html/man/curs_getstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_getstr 3x @@ -39,21 +41,20 @@

curs_getstr 3x


-
 curs_getstr(3x)                                         curs_getstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        getstr, getnstr, wgetstr, wgetnstr, mvgetstr, mvgetnstr,
        mvwgetstr, mvwgetnstr - accept character strings from
        curses terminal keyboard
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int getstr(char *str);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function getstr is equivalent to a series of calls to
        getch, until a newline or carriage return is received (the
        terminating  character  is  not  included  in the returned
@@ -92,7 +93,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon failure and an OK
        (SVr4 specifies only "an integer value  other  than  ERR")
        upon successful completion.
@@ -113,12 +114,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that getstr, mvgetstr, and mvwgetstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  They  read  single-byte  characters  only.   The
        standard  does  not define any error conditions.  This im-
@@ -139,14 +140,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_getch(3x), curs_variables(3x).
 
 
 
                                                         curs_getstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_getyx.3x.html b/doc/html/man/curs_getyx.3x.html index f5b379fe..689a1e6a 100644 --- a/doc/html/man/curs_getyx.3x.html +++ b/doc/html/man/curs_getyx.3x.html @@ -1,4 +1,3 @@ - + + + curs_getyx 3x @@ -39,20 +41,19 @@

curs_getyx 3x


-
 curs_getyx(3x)                                           curs_getyx(3x)
 
 
 
 
 
-

NAME

+

NAME

        getyx,  getparyx,  getbegyx,  getmaxyx - get curses cursor
        and window coordinates
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        void getyx(WINDOW *win, int y, int x);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The getyx macro places the current cursor position of  the
        given window in the two integer variables y and x.
 
@@ -77,20 +78,20 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The return values of these  macros  are  undefined  (i.e.,
        they  should not be used as the right-hand side of assign-
        ment statements).
 
 
 
-

NOTES

+

NOTES

        All of these interfaces are macros.  A "&" is  not  neces-
        sary before the variables y and x.
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  getyx,  getparyx,  getbegyx  and  getmaxyx macros are
        described in the XSI Curses standard, Issue 4.
 
@@ -115,14 +116,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_legacy(3x), curs_opaque(3x)
 
 
 
                                                          curs_getyx(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index 55fea901..48cb03ec 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -1,4 +1,3 @@ - + + + curs_in_wch 3x @@ -39,20 +41,19 @@

curs_in_wch 3x


-
 curs_in_wch(3x)                                         curs_in_wch(3x)
 
 
 
 
 
-

NAME

+

NAME

        in_wch,  mvin_wch,  mvwin_wch, win_wch - extract a complex
        character and rendition from a window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int in_wch(cchar_t *wcval);
@@ -62,14 +63,14 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions extract the complex character  and  rendi-
        tion  from  the  current position in the named window into
        the cchar_t object referenced by wcval.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        No errors are defined in the XSI  Curses  standard.   This
        implementation  checks  for  null pointers, returns ERR in
        that case.  Also, the mv routines check for  error  moving
@@ -82,25 +83,34 @@
 
 
 
-

NOTES

+

NOTES

        Note that all of these routines may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_inch(3x).
 
 
 
                                                         curs_in_wch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_in_wchstr.3x.html b/doc/html/man/curs_in_wchstr.3x.html index 6abefa45..fe7b2daf 100644 --- a/doc/html/man/curs_in_wchstr.3x.html +++ b/doc/html/man/curs_in_wchstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_in_wchstr 3x @@ -39,14 +41,13 @@

curs_in_wchstr 3x


-
 curs_in_wchstr(3x)                                   curs_in_wchstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        in_wchstr, in_wchnstr, win_wchstr, win_wchnstr,
        mvin_wchstr, mvin_wchnstr, mvwin_wchstr, mvwin_wchnstr -
        get an array of complex characters and renditions from a
@@ -54,7 +55,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int in_wchstr(cchar_t *wchstr);
@@ -68,7 +69,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions return an array of complex  characters  in
        wchstr,  starting  at  the  current cursor position in the
        named window.  Attributes (rendition) are stored with  the
@@ -79,7 +80,7 @@
 
 
 
-

NOTES

+

NOTES

        Note that all routines except win_wchnstr may be macros.
 
        Reading a line that overflows the array pointed to by wch-
@@ -90,7 +91,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Upon successful completion,  these  functions  return  OK.
        Otherwise, they return ERR.
 
@@ -100,14 +101,14 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses defines no error conditions.  This imple-
        mentation checks for null pointers, returning ERR in  that
        case.
 
 
 
-

SEE ALSO

+

SEE ALSO

        Functions:  curses(3x),  curs_in_wch(3x),  curs_instr(3x),
        curs_inwstr(3x) curs_inchstr(3x)
 
@@ -115,7 +116,16 @@
 
                                                      curs_in_wchstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index 6157c4ae..00e08683 100644 --- a/doc/html/man/curs_inch.3x.html +++ b/doc/html/man/curs_inch.3x.html @@ -1,4 +1,3 @@ - + + + curs_inch 3x @@ -40,20 +42,19 @@

curs_inch 3x


-
 curs_inch(3x)                                             curs_inch(3x)
 
 
 
 
 
-

NAME

+

NAME

        inch,  winch,  mvinch,  mvwinch  -  get  a  character  and
        attributes from a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        chtype inch(void);
@@ -63,7 +64,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines return the character, of  type  chtype,  at
        the   current  position  in  the  named  window.   If  any
        attributes are set for that  position,  their  values  are
@@ -71,7 +72,9 @@
        <curses.h> can be used with the & (logical  AND)  operator
        to extract the character or attributes alone.
 
-   Attributes
+
+
+

Attributes

        The  following  bit-masks  may  be  AND-ed with characters
        returned by winch.
 
@@ -81,25 +84,25 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Functions with a "mv" prefix first perform a cursor  move-
        ment  using  wmove, and return an error if the position is
        outside the window, or if the window pointer is null.
 
 
 
-

NOTES

+

NOTES

        Note that all of these routines may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x).
 
        Comparable  functions  in  the  wide-character  (ncursesw)
@@ -109,7 +112,20 @@
 
                                                           curs_inch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_inchstr.3x.html b/doc/html/man/curs_inchstr.3x.html index bff908d0..72ec4fce 100644 --- a/doc/html/man/curs_inchstr.3x.html +++ b/doc/html/man/curs_inchstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_inchstr 3x @@ -39,21 +41,20 @@

curs_inchstr 3x


-
 curs_inchstr(3x)                                       curs_inchstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        inchstr, inchnstr, winchstr, winchnstr, mvinchstr,
        mvinchnstr, mvwinchstr, mvwinchnstr - get a string of
        characters (and attributes) from a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int inchstr(chtype *chstr);
@@ -68,7 +69,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines return a NULL-terminated  array  of  chtype
        quantities, starting at the current cursor position in the
        named window and ending at the right margin of the window.
@@ -81,7 +82,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon  failure  and  an
        integer  value  other  than ERR upon successful completion
        (the number of  characters  retrieved,  exclusive  of  the
@@ -97,7 +98,7 @@
 
 
 
-

NOTES

+

NOTES

        Note  that  all  routines  except winchnstr may be macros.
        SVr4 does not document whether the result string is  zero-
        terminated;  it  does  not document whether a length limit
@@ -106,7 +107,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  It is no more specific than the SVr4  documenta-
        tion on the trailing 0.  It does specify that the success-
@@ -114,7 +115,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_inch(3x).
 
        Comparable functions in the wide-character (ncursesw)  li-
@@ -124,7 +125,16 @@
 
                                                        curs_inchstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index ddbd9333..e973b256 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -1,4 +1,3 @@ - + + + curs_initscr 3x @@ -39,20 +41,19 @@

curs_initscr 3x


-
 curs_initscr(3x)                                       curs_initscr(3x)
 
 
 
 
 
-

NAME

+

NAME

        initscr, newterm, endwin, isendwin, set_term, delscreen -
        curses screen initialization and manipulation routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        WINDOW *initscr(void);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        initscr is normally the first curses routine to call  when
        initializing  a program.  A few special routines sometimes
        need to be called before it; these are  slk_init,  filter,
@@ -133,7 +134,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        endwin returns the integer ERR upon failure  and  OK  upon
        successful completion.
 
@@ -154,12 +155,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that initscr and newterm may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.  It specifies that portable applications must not
        call initscr more than once.
@@ -178,7 +179,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),       curs_kernel(3x),       curs_refresh(3x),
        curs_slk(3x), curs_terminfo(3x), curs_util(3x), curs_vari-
        ables(3x).
@@ -187,7 +188,16 @@
 
                                                        curs_initscr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index f5112af7..d2d5b6b0 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -1,4 +1,3 @@ - + + + curs_inopts 3x @@ -39,14 +41,13 @@

curs_inopts 3x


-
 curs_inopts(3x)                                         curs_inopts(3x)
 
 
 
 
 
-

NAME

+

NAME

        cbreak, nocbreak, echo, noecho, halfdelay, intrflush,
        keypad, meta, nodelay, notimeout, raw, noraw, noqiflush,
        qiflush, timeout, wtimeout, typeahead - curses input
@@ -54,7 +55,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int cbreak(void);
@@ -77,7 +78,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Normally, the tty driver buffers typed characters until  a
        newline  or  carriage return is typed.  The cbreak routine
        disables line buffering and erase/kill  character-process-
@@ -199,7 +200,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All  routines that return an integer return ERR upon fail-
        ure and OK (SVr4 specifies only "an  integer  value  other
        than  ERR")  upon  successful completion, unless otherwise
@@ -216,7 +217,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.
 
@@ -264,7 +265,7 @@
 
 
 
-

NOTES

+

NOTES

        Note  that echo, noecho, halfdelay, intrflush, meta, node-
        lay, notimeout, noqiflush, qiflush, timeout, and  wtimeout
        may be macros.
@@ -278,7 +279,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),       curs_getch(3x),        curs_initscr(3x),
        curs_util(3x), define_key(3x), termio(7)
 
@@ -286,7 +287,16 @@
 
                                                         curs_inopts(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_ins_wch.3x.html b/doc/html/man/curs_ins_wch.3x.html index 5298a877..ec9b6850 100644 --- a/doc/html/man/curs_ins_wch.3x.html +++ b/doc/html/man/curs_ins_wch.3x.html @@ -1,4 +1,3 @@ - + + + curs_ins_wch 3x @@ -39,20 +41,19 @@

curs_ins_wch 3x


-
 curs_ins_wch(3x)                                       curs_ins_wch(3x)
 
 
 
 
 
-

NAME

+

NAME

        ins_wch,  mvins_wch,  mvwins_wch, wins_wch - insert a com-
        plex character and rendition into a window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int ins_wch(const cchar_t *wch);
@@ -63,7 +64,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines, insert the complex character wch with ren-
        dition before the character under the cursor.  All charac-
        ters to the right of the cursor are moved one space to the
@@ -73,7 +74,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        If successful, these functions return OK.   If  not,  they
        return ERR.
 
@@ -83,19 +84,27 @@
 
 
 
-

ERRORS

+

ERRORS

        No errors are defined.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_insch(3x).
 
 
 
                                                        curs_ins_wch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_ins_wstr.3x.html b/doc/html/man/curs_ins_wstr.3x.html index 4383e556..52d36add 100644 --- a/doc/html/man/curs_ins_wstr.3x.html +++ b/doc/html/man/curs_ins_wstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_ins_wstr 3x @@ -39,21 +41,20 @@

curs_ins_wstr 3x


-
 curs_ins_wstr(3x)                                     curs_ins_wstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        ins_wstr, ins_nwstr, wins_wstr, wins_nwstr, mvins_wstr,
        mvins_nwstr, mvwins_wstr, mvwins_nwstr - insert a wide-
        character string into a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int ins_wstr(const wchar_t *wstr);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  routines insert a wchar_t character string (as many
        characters as will fit on the line) before  the  character
        under the cursor.  All characters to the right of the cur-
@@ -92,7 +93,7 @@
 
 
 
-

NOTES

+

NOTES

        Note that all but wins_nwstr may be macros.
 
        If the first character in the string is a nonspacing char-
@@ -102,7 +103,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Upon successful completion,  these  functions  return  OK.
        Otherwise, they return ERR.
 
@@ -112,7 +113,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),        curs_insstr(3x),       curs_in_wch(3x),
        curs_ins_wch(3x).
 
@@ -120,7 +121,15 @@
 
                                                       curs_ins_wstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_insch.3x.html b/doc/html/man/curs_insch.3x.html index 2c3d2c2a..76ae0760 100644 --- a/doc/html/man/curs_insch.3x.html +++ b/doc/html/man/curs_insch.3x.html @@ -1,4 +1,3 @@ - + + + curs_insch 3x @@ -39,20 +41,19 @@

curs_insch 3x


-
 curs_insch(3x)                                           curs_insch(3x)
 
 
 
 
 
-

NAME

+

NAME

        insch,  winsch,  mvinsch,  mvwinsch  -  insert a character
        before cursor in a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int insch(chtype ch);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines insert the character ch before the  charac-
        ter  under the cursor.  All characters to the right of the
        cursor are moved one space to the right, with  the  possi-
@@ -72,7 +73,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All  routines that return an integer return ERR upon fail-
        ure and OK (SVr4 specifies only "an  integer  value  other
        than  ERR")  upon  successful completion, unless otherwise
@@ -84,7 +85,7 @@
 
 
 
-

NOTES

+

NOTES

        These routines do not necessarily imply use of a  hardware
        insert character feature.
 
@@ -92,13 +93,13 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x).
 
        Comparable  functions  in  the  wide-character  (ncursesw)
@@ -108,7 +109,16 @@
 
                                                          curs_insch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_insstr.3x.html b/doc/html/man/curs_insstr.3x.html index 16278407..b7e866c0 100644 --- a/doc/html/man/curs_insstr.3x.html +++ b/doc/html/man/curs_insstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_insstr 3x @@ -39,21 +41,20 @@

curs_insstr 3x


-
 curs_insstr(3x)                                         curs_insstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        insstr,  insnstr,  winsstr, winsnstr, mvinsstr, mvinsnstr,
        mvwinsstr, mvwinsnstr - insert string before cursor  in  a
        curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        int insstr(const char *str);
        int insnstr(const char *str, int n);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines insert a character string (as many  charac-
        ters  as  will fit on the line) before the character under
        the cursor.  All characters to the right of the cursor are
@@ -82,7 +83,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines that return an integer return ERR upon  fail-
        ure  and  OK  (SVr4 specifies only "an integer value other
        than ERR") upon successful  completion,  unless  otherwise
@@ -98,12 +99,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that all but winsnstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4, which adds const qualifiers to the arguments.
 
@@ -115,14 +116,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_util(3x), curs_clear(3x), curs_inch(3x).
 
 
 
                                                         curs_insstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_instr.3x.html b/doc/html/man/curs_instr.3x.html index 8ba394a5..1cef7787 100644 --- a/doc/html/man/curs_instr.3x.html +++ b/doc/html/man/curs_instr.3x.html @@ -1,4 +1,3 @@ - + + + curs_instr 3x @@ -39,21 +41,20 @@

curs_instr 3x


-
 curs_instr(3x)                                           curs_instr(3x)
 
 
 
 
 
-

NAME

+

NAME

        instr,  innstr, winstr, winnstr, mvinstr, mvinnstr, mvwin-
        str, mvwinnstr - get a string of characters from a  curses
        window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int instr(char *str);
@@ -68,7 +69,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines return  a  string  of  characters  in  str,
        extracted  starting  at the current cursor position in the
        named window.  Attributes are stripped  from  the  charac-
@@ -78,7 +79,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All  of the functions return ERR upon failure, or the num-
        ber of characters actually read into the string.
 
@@ -92,12 +93,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that all routines except winnstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        SVr4 does not document whether a length limit includes  or
        excludes the trailing NUL.
 
@@ -107,14 +108,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x).
 
 
 
                                                          curs_instr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_inwstr.3x.html b/doc/html/man/curs_inwstr.3x.html index 13366721..6e0c3c2d 100644 --- a/doc/html/man/curs_inwstr.3x.html +++ b/doc/html/man/curs_inwstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_inwstr 3x @@ -39,21 +41,20 @@

curs_inwstr 3x


-
 curs_inwstr(3x)                                         curs_inwstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        inwstr,  innwstr,  winwstr, winnwstr, mvinwstr, mvinnwstr,
        mvwinwstr, mvwinnwstr - get a string of wchar_t characters
        from a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int inwstr(wchar_t *str);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  routines  return  a string of wchar_t characters in
        wstr, extracted starting at the current cursor position in
        the  named window.  Attributes are stripped from the char-
@@ -82,12 +83,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that all routines except winnwstr may be macros.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return ERR upon failure. Upon successful com-
        pletion, the *inwstr routines return OK, and the  *innwstr
        routines  return  the  number  of characters read into the
@@ -99,14 +100,22 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_instr(3x), curs_in_wchstr(3x)
 
 
 
                                                         curs_inwstr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_kernel.3x.html b/doc/html/man/curs_kernel.3x.html index 6a229bc1..e9fd2fb7 100644 --- a/doc/html/man/curs_kernel.3x.html +++ b/doc/html/man/curs_kernel.3x.html @@ -1,4 +1,3 @@ - + + + curs_kernel 3x @@ -39,21 +41,20 @@

curs_kernel 3x


-
 curs_kernel(3x)                                         curs_kernel(3x)
 
 
 
 
 
-

NAME

+

NAME

        def_prog_mode, def_shell_mode, reset_prog_mode,
        reset_shell_mode, resetty, savetty, getsyx, setsyx,
        ripoffline, curs_set, napms - low-level curses routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int def_prog_mode(void);
@@ -70,7 +71,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  following  routines  give low-level access to various
        curses capabilities.  These routines  typically  are  used
        inside library routines.
@@ -138,7 +139,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except for curs_set, these routines always return OK.
 
        curs_set returns the previous cursor state, or ERR if  the
@@ -160,7 +161,7 @@
 
 
 
-

NOTES

+

NOTES

        Note  that getsyx is a macro, so & is not necessary before
        the variables y and x.
 
@@ -177,7 +178,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  functions  setsyx and getsyx are not described in the
        XSI Curses standard, Issue 4.  All other functions are  as
        described in XSI Curses.
@@ -188,7 +189,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),  curs_initscr(3x),  curs_outopts(3x), curs_re-
        fresh(3x),  curs_scr_dump(3x),  curs_slk(3x),   curs_vari-
        ables(3x).
@@ -197,7 +198,16 @@
 
                                                         curs_kernel(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_legacy.3x.html b/doc/html/man/curs_legacy.3x.html index 5451ff71..4411a1ff 100644 --- a/doc/html/man/curs_legacy.3x.html +++ b/doc/html/man/curs_legacy.3x.html @@ -1,4 +1,3 @@ - + + + curs_legacy 3x @@ -39,20 +41,19 @@

curs_legacy 3x


-
 curs_legacy(3x)                                         curs_legacy(3x)
 
 
 
 
 
-

NAME

+

NAME

        getattrs  -  get  curses  cursor  and  window coordinates,
        attributes
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int getattrs(WINDOW *win);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The getbegy and getbegx functions return the same data  as
        getbegyx.
 
@@ -82,13 +83,13 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These functions return an integer, or ERR  if  the  window
        parameter is null.
 
 
 
-

NOTES

+

NOTES

        All  of  these interfaces are provided as macros and func-
        tions.  The macros are suppressed (and only the  functions
        provided)  when  NCURSES_OPAQUE  is defined.  The standard
@@ -99,20 +100,29 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions were supported on Version 7, BSD or System
        V implementations.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_getyx(3x), curs_opaque(3x)
 
 
 
                                                         curs_legacy(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_memleaks.3x.html b/doc/html/man/curs_memleaks.3x.html index ecac055e..7d89feab 100644 --- a/doc/html/man/curs_memleaks.3x.html +++ b/doc/html/man/curs_memleaks.3x.html @@ -1,4 +1,3 @@ - + + + curs_memleaks 3x @@ -39,20 +41,19 @@

curs_memleaks 3x


-
 curs_memleaks(3x)                                     curs_memleaks(3x)
 
 
 
 
 
-

NAME

+

NAME

        _nc_freeall _nc_free_and_exit - curses memory-leak
        checking
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        void _nc_freeall(void);
@@ -60,7 +61,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions are used to simplify  analysis  of  memory
        leaks  in  the  ncurses  library.   They  are normally not
        available; they must be configured  into  the  library  at
@@ -85,24 +86,32 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These functions do not return a value.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are not part of the XSI interface.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x).
 
 
 
                                                       curs_memleaks(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_mouse.3x.html b/doc/html/man/curs_mouse.3x.html index 355aceac..af663a8f 100644 --- a/doc/html/man/curs_mouse.3x.html +++ b/doc/html/man/curs_mouse.3x.html @@ -1,4 +1,3 @@ - + + + curs_mouse 3x @@ -40,21 +42,20 @@

curs_mouse 3x


-
 curs_mouse(3x)                                           curs_mouse(3x)
 
 
 
 
 
-

NAME

+

NAME

        has_mouse, getmouse, ungetmouse, mousemask, wenclose,
        mouse_trafo, wmouse_trafo, mouseinterval - mouse interface
        through curses
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        typedef unsigned long mmask_t;
@@ -77,7 +78,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  functions provide an interface to mouse events from
        ncurses(3x).  Mouse events are  represented  by  KEY_MOUSE
        pseudo-key values in the wgetch input stream.
@@ -206,7 +207,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        getmouse  and ungetmouse return the integer ERR upon fail-
        ure or OK upon successful completion.
 
@@ -230,7 +231,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These calls were designed for  ncurses(3x),  and  are  not
        found in SVr4 curses, 4.4BSD curses, or any other previous
        version of curses.
@@ -282,7 +283,7 @@
 
 
 
-

BUGS

+

BUGS

        Mouse events under xterm will not in fact be ignored  dur-
        ing  cooked  mode, if they have been enabled by mousemask.
        Instead, the xterm mouse report sequence  will  appear  in
@@ -305,7 +306,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),  curs_kernel(3x),   curs_slk(3x),   curs_vari-
        ables(3x).
 
@@ -313,7 +314,16 @@
 
                                                          curs_mouse(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 93f42518..93d781dc 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,4 +1,3 @@ - + + + curs_move 3x @@ -39,19 +41,18 @@

curs_move 3x


-
 curs_move(3x)                                             curs_move(3x)
 
 
 
 
 
-

NAME

+

NAME

        move, wmove - move curses window cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int move(int y, int x);
@@ -59,7 +60,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  routines move the cursor associated with the window
        to line y and column x.  This routine does  not  move  the
        physical  cursor  of the terminal until refresh is called.
@@ -68,7 +69,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return ERR upon failure and OK (SVr4 speci-
        fies only "an integer value other than ERR") upon success-
        ful completion.
@@ -78,25 +79,34 @@
 
 
 
-

NOTES

+

NOTES

        Note that move may be a macro.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_refresh(3x)
 
 
 
                                                           curs_move(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_opaque.3x.html b/doc/html/man/curs_opaque.3x.html index 979d3e1d..6dc7bf2f 100644 --- a/doc/html/man/curs_opaque.3x.html +++ b/doc/html/man/curs_opaque.3x.html @@ -1,4 +1,3 @@ - + + + curs_opaque 3x @@ -39,21 +41,20 @@

curs_opaque 3x


-
 curs_opaque(3x)                                         curs_opaque(3x)
 
 
 
 
 
-

NAME

+

NAME

        is_cleared, is_idlok, is_idcok, is_immedok, is_keypad,
        is_leaveok, is_nodelay, is_notimeout, is_pad, is_scrollok,
        is_subwin, is_syncok - curses window properties
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        bool is_cleared(const WINDOW *win);
@@ -74,7 +75,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This  implementation provides functions which return prop-
        erties set in the WINDOW  structure,  allowing  it  to  be
        "opaque" if the symbol NCURSES_OPAQUE is defined:
@@ -130,17 +131,17 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These functions all return TRUE or FALSE, except as noted.
 
 
 
-

NOTES

+

NOTES

        Both a macro and a function are provided for each name.
 
 
 
-

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-
@@ -148,7 +149,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_inopts(3x),  curs_outopts(3x),  curs_win-
        dow(3x)
 
@@ -156,7 +157,16 @@
 
                                                         curs_opaque(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_outopts.3x.html b/doc/html/man/curs_outopts.3x.html index 815036bb..6252ebf3 100644 --- a/doc/html/man/curs_outopts.3x.html +++ b/doc/html/man/curs_outopts.3x.html @@ -1,4 +1,3 @@ - + + + curs_outopts 3x @@ -39,20 +41,19 @@

curs_outopts 3x


-
 curs_outopts(3x)                                       curs_outopts(3x)
 
 
 
 
 
-

NAME

+

NAME

        clearok, idlok, idcok, immedok, leaveok, setscrreg,
        wsetscrreg, scrollok, nl, nonl - curses output options
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int clearok(WINDOW *win, bool bf);
@@ -68,7 +69,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines set options that change the style of output
        within  curses.   All  options are initially FALSE, unless
        otherwise stated.  It is not necessary to turn  these  op-
@@ -153,7 +154,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The functions setscrreg and wsetscrreg return OK upon suc-
        cess and ERR upon failure.  All other routines that return
        an integer always return OK.
@@ -177,7 +178,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.
 
@@ -207,7 +208,7 @@
 
 
 
-

NOTES

+

NOTES

        Note that clearok, leaveok, scrollok, idcok, nl, nonl  and
        setscrreg may be macros.
 
@@ -216,7 +217,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),        curs_addch(3x),         curs_clear(3x),
        curs_initscr(3x),    curs_scroll(3x),    curs_refresh(3x),
        curs_variables(3x).
@@ -225,7 +226,16 @@
 
                                                        curs_outopts(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_overlay.3x.html b/doc/html/man/curs_overlay.3x.html index 68ed40b5..064fe551 100644 --- a/doc/html/man/curs_overlay.3x.html +++ b/doc/html/man/curs_overlay.3x.html @@ -1,4 +1,3 @@ - + + + curs_overlay 3x @@ -39,20 +41,19 @@

curs_overlay 3x


-
 curs_overlay(3x)                                       curs_overlay(3x)
 
 
 
 
 
-

NAME

+

NAME

        overlay, overwrite, copywin - overlay and manipulate
        overlapped curses windows
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int overlay(const WINDOW *srcwin, WINDOW *dstwin);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  overlay  and overwrite routines overlay srcwin on top
        of dstwin.  scrwin and dstwin are not required to  be  the
        same  size;  only  text  where  the two windows overlap is
@@ -81,7 +82,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  that  return an integer return ERR upon failure,
        and OK (SVr4 only specifies "an integer value  other  than
        ERR") upon successful completion.
@@ -93,12 +94,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that overlay and overwrite may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        The XSI Curses standard, Issue 4 describes these functions
        (adding the const qualifiers).  It further specifies their
        behavior in the presence of characters with multibyte ren-
@@ -106,14 +107,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_pad(3x), curs_refresh(3x)
 
 
 
                                                        curs_overlay(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_pad.3x.html b/doc/html/man/curs_pad.3x.html index dab1515f..d2fc0e29 100644 --- a/doc/html/man/curs_pad.3x.html +++ b/doc/html/man/curs_pad.3x.html @@ -1,4 +1,3 @@ - + + + curs_pad 3x @@ -39,20 +41,19 @@

curs_pad 3x


-
 curs_pad(3x)                                               curs_pad(3x)
 
 
 
 
 
-

NAME

+

NAME

        newpad, subpad, prefresh, pnoutrefresh, pechochar,
        pecho_wchar - create and display curses pads
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        WINDOW *newpad(int nlines, int ncols);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The newpad routine creates and returns a pointer to a  new
        pad data structure with the given number of lines, nlines,
        and columns, ncols.  A pad is like a window,  except  that
@@ -126,7 +127,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines that return an integer return  ERR  upon  failure
        and  OK  (SVr4 only specifies "an integer value other than
        ERR") upon successful completion.
@@ -156,18 +157,18 @@
 
 
 
-

NOTES

+

NOTES

        Note that pechochar may be a macro.
 
 
 
-

PORTABILITY

+

PORTABILITY

        The XSI Curses standard, Issue  4  describes  these  func-
        tions.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),  curs_refresh(3x),  curs_touch(3x),  curs_add-
        ch(3x).
 
@@ -175,7 +176,16 @@
 
                                                            curs_pad(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_print.3x.html b/doc/html/man/curs_print.3x.html index 8001a624..0b547bca 100644 --- a/doc/html/man/curs_print.3x.html +++ b/doc/html/man/curs_print.3x.html @@ -1,4 +1,3 @@ - + + + curs_print 3x @@ -39,26 +41,25 @@

curs_print 3x


-
 curs_print(3x)                                           curs_print(3x)
 
 
 
 
 
-

NAME

+

NAME

        mcprint - ship binary data to printer
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int mcprint(char *data, int len);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This  function  uses the mc5p or mc4 and mc5 capabilities,
        if they are present, to  ship  given  data  to  a  printer
        attached to the terminal.
@@ -74,7 +75,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The mcprint function returns ERR if  the  write  operation
        aborted for some reason.  In this case, errno will contain
        either an error associated with write(2)  or  one  of  the
@@ -92,27 +93,36 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  mcprint call was designed for ncurses(3x), and is not
        found in SVr4 curses, 4.4BSD curses, or any other previous
        version of curses.
 
 
 
-

BUGS

+

BUGS

        Padding  in the mc5p, mc4 and mc5 capabilities will not be
        interpreted.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x)
 
 
 
                                                          curs_print(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index feb45a52..ca67fbe9 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -1,4 +1,3 @@ - + + + curs_printw 3x @@ -39,20 +41,19 @@

curs_printw 3x


-
 curs_printw(3x)                                         curs_printw(3x)
 
 
 
 
 
-

NAME

+

NAME

        printw, wprintw, mvprintw, mvwprintw, vwprintw, vw_printw
        - print formatted output in curses windows
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int printw(const char *fmt, ...);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  printw,  wprintw, mvprintw and mvwprintw routines are
        analogous to  printf  [see  printf(3)].   In  effect,  the
        string that would be output by printf is output instead as
@@ -81,7 +82,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines that return an integer return  ERR  upon  failure
        and  OK  (SVr4 only specifies "an integer value other than
        ERR") upon successful completion.
@@ -97,7 +98,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.  The function vwprintw is marked TO  BE  WITHDRAWN,
        and  is  to  be replaced by a function vw_printw using the
@@ -110,14 +111,22 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), printf(3), vprintf(3)
 
 
 
                                                         curs_printw(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_refresh.3x.html b/doc/html/man/curs_refresh.3x.html index 3610c5ed..45f81578 100644 --- a/doc/html/man/curs_refresh.3x.html +++ b/doc/html/man/curs_refresh.3x.html @@ -1,4 +1,3 @@ - + + + curs_refresh 3x @@ -39,20 +41,19 @@

curs_refresh 3x


-
 curs_refresh(3x)                                       curs_refresh(3x)
 
 
 
 
 
-

NAME

+

NAME

        doupdate, redrawwin, refresh, wnoutrefresh, wredrawln,
        wrefresh - refresh curses windows and lines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int refresh(void);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The refresh and wrefresh  routines  (or  wnoutrefresh  and
        doupdate)  must be called to get actual output to the ter-
        minal, as other routines  merely  manipulate  data  struc-
@@ -116,7 +117,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  that  return an integer return ERR upon failure,
        and OK (SVr4 only specifies "an integer value  other  than
        ERR") upon successful completion.
@@ -134,12 +135,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that refresh and redrawwin may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        The XSI Curses standard, Issue  4  describes  these  func-
        tions.
 
@@ -154,14 +155,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_outopts(3x) curs_variables(3x).
 
 
 
                                                        curs_refresh(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_scanw.3x.html b/doc/html/man/curs_scanw.3x.html index 9c072a3d..3ad8d187 100644 --- a/doc/html/man/curs_scanw.3x.html +++ b/doc/html/man/curs_scanw.3x.html @@ -1,4 +1,3 @@ - + + + curs_scanw 3x @@ -39,20 +41,19 @@

curs_scanw 3x


-
 curs_scanw(3x)                                           curs_scanw(3x)
 
 
 
 
 
-

NAME

+

NAME

        scanw, wscanw, mvscanw, mvwscanw, vwscanw, vw_scanw - con-
        vert formatted input from a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int scanw(char *fmt, ...);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The scanw, wscanw and mvscanw routines  are  analogous  to
        scanf  [see scanf(3)].  The effect of these routines is as
        though wgetstr were called on the window, and the  result-
@@ -78,7 +79,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        vwscanw returns ERR on failure and an integer equal to the
        number of fields scanned on success.
 
@@ -92,7 +93,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The XSI Curses standard, Issue  4  describes  these  func-
        tions.   The  function  vwscanw is marked TO BE WITHDRAWN,
        and is to be replaced by a  function  vw_scanw  using  the
@@ -117,14 +118,22 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_getstr(3x), curs_printw(3x), scanf(3)
 
 
 
                                                          curs_scanw(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_scr_dump.3x.html b/doc/html/man/curs_scr_dump.3x.html index 9e696c17..f3e7b898 100644 --- a/doc/html/man/curs_scr_dump.3x.html +++ b/doc/html/man/curs_scr_dump.3x.html @@ -1,4 +1,3 @@ - + + + curs_scr_dump 3x @@ -39,20 +41,19 @@

curs_scr_dump 3x


-
 curs_scr_dump(3x)                                     curs_scr_dump(3x)
 
 
 
 
 
-

NAME

+

NAME

        scr_dump, scr_restore, scr_init, scr_set - read (write) a
        curses screen from (to) a file
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int scr_dump(const char *filename);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The scr_dump routine dumps the  current  contents  of  the
        virtual screen to the file filename.
 
@@ -94,7 +95,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All  routines  return  the integer ERR upon failure and OK
        upon success.
 
@@ -104,13 +105,13 @@
 
 
 
-

NOTES

+

NOTES

        Note  that  scr_init,  scr_set,  and  scr_restore  may  be
        macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard, Issue 4, describes these func-
        tions (adding the const qualifiers).
 
@@ -120,7 +121,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),      curs_initscr(3x),       curs_refresh(3x),
        curs_util(3x), system(3)
 
@@ -128,7 +129,16 @@
 
                                                       curs_scr_dump(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_scroll.3x.html b/doc/html/man/curs_scroll.3x.html index 9b44335f..588eaaa0 100644 --- a/doc/html/man/curs_scroll.3x.html +++ b/doc/html/man/curs_scroll.3x.html @@ -1,4 +1,3 @@ - + + + curs_scroll 3x @@ -39,19 +41,18 @@

curs_scroll 3x


-
 curs_scroll(3x)                                         curs_scroll(3x)
 
 
 
 
 
-

NAME

+

NAME

        scroll, scrl, wscrl - scroll a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int scroll(WINDOW *win);
@@ -60,7 +61,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  scroll  routine scrolls the window up one line.  This
        involves moving the lines in the  window  data  structure.
        As  an optimization, if the scrolling region of the window
@@ -78,7 +79,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return ERR upon failure, and OK (SVr4  only
        specifies "an integer value other than ERR") upon success-
        ful completion.
@@ -91,7 +92,7 @@
 
 
 
-

NOTES

+

NOTES

        Note that scrl and scroll may be macros.
 
        The SVr4 documentation says that the optimization of phys-
@@ -109,20 +110,29 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_outopts(3x)
 
 
 
                                                         curs_scroll(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_slk.3x.html b/doc/html/man/curs_slk.3x.html index b8c42f76..76adbbb3 100644 --- a/doc/html/man/curs_slk.3x.html +++ b/doc/html/man/curs_slk.3x.html @@ -1,4 +1,3 @@ - + + + curs_slk 3x @@ -39,14 +41,13 @@

curs_slk 3x


-
 curs_slk(3x)                                               curs_slk(3x)
 
 
 
 
 
-

NAME

+

NAME

        slk_init, slk_set, slk_wset, slk_refresh, slk_noutrefresh,
        slk_label, slk_clear, slk_restore, slk_touch, slk_attron,
        slk_attrset, slk_attroff, slk_attr_on, slk_attr_set,
@@ -55,7 +56,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int slk_init(int fmt);
@@ -79,7 +80,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The slk* functions manipulate the set of soft function-key
        labels  that exist on many terminals.  For those terminals
        that do not have soft labels, curses takes over the bottom
@@ -154,7 +155,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return ERR upon failure and OK (SVr4 speci-
        fies only "an integer value other than ERR") upon success-
        ful completion.
@@ -202,13 +203,13 @@
 
 
 
-

NOTES

+

NOTES

        Most applications would use slk_noutrefresh because a wre-
        fresh is likely to follow soon.
 
 
 
-

PORTABILITY

+

PORTABILITY

        The XSI Curses standard, Issue 4,  describes  these  func-
        tions.   It changes the argument type of the attribute-ma-
        nipulation functions slk_attron, slk_attroff,  slk_attrset
@@ -218,7 +219,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),   curs_attr(3x),   curs_initscr(3x),  curs_re-
        fresh(3x), curs_variables(3x).
 
@@ -226,7 +227,16 @@
 
                                                            curs_slk(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_sp_funcs.3x.html b/doc/html/man/curs_sp_funcs.3x.html index 7c84eb7b..1c247d3d 100644 --- a/doc/html/man/curs_sp_funcs.3x.html +++ b/doc/html/man/curs_sp_funcs.3x.html @@ -1,4 +1,3 @@ - + + + curs_sp_funcs 3x @@ -42,19 +44,18 @@

curs_sp_funcs 3x


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

NAME

+

NAME

        new_prescr - curses screen-pointer extension
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int assume_default_colors_sp(SCREEN*, int, int);
@@ -188,14 +189,16 @@
 
 
 
-

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 +208,9 @@
        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
@@ -229,7 +234,7 @@
 
 
 
-

NOTES

+

NOTES

        This extension introduces some new names:
 
        NCURSES_SP_FUNCS
@@ -259,7 +264,7 @@
 
 
 
-

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-
@@ -267,14 +272,27 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_opaque(3x), curs_threads(3x).
 
 
 
                                                       curs_sp_funcs(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index db264b39..05a7707a 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -1,4 +1,3 @@ - + + + curs_termattrs 3x @@ -39,21 +41,20 @@

curs_termattrs 3x


-
 curs_termattrs(3x)                                   curs_termattrs(3x)
 
 
 
 
 
-

NAME

+

NAME

        baudrate, erasechar, erasewchar, has_ic, has_il, killchar,
        killwchar, longname,  term_attrs,  termattrs,  termname  -
        curses environment query routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int baudrate(void);
@@ -70,7 +71,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  baudrate routine returns the output speed of the ter-
        minal.  The number returned is in  bits  per  second,  for
        example 9600, and is an integer.
@@ -123,7 +124,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        longname and termname return NULL on error.
 
        Routines  that  return  an integer return ERR upon failure
@@ -132,12 +133,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that termattrs may be a macro.
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.  It changes the return type of termattrs to the new
        type  attr_t.  Most versions of curses truncate the result
@@ -145,14 +146,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_initscr(3x), curs_outopts(3x)
 
 
 
                                                      curs_termattrs(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_termcap.3x.html b/doc/html/man/curs_termcap.3x.html index 7960750f..e26879ac 100644 --- a/doc/html/man/curs_termcap.3x.html +++ b/doc/html/man/curs_termcap.3x.html @@ -1,4 +1,3 @@ - + + + curs_termcap 3x @@ -39,21 +41,20 @@

curs_termcap 3x


-
 curs_termcap(3x)                                       curs_termcap(3x)
 
 
 
 
 
-

NAME

+

NAME

        PC, UP, BC, ospeed, tgetent, tgetflag, tgetnum, tgetstr,
        tgoto, tputs - direct curses interface to the terminfo
        capability database
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        #include <term.h>
 
@@ -71,7 +72,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  routines  are included as a conversion aid for pro-
        grams that use the termcap library.  Their parameters  are
        the  same and the routines are emulated using the terminfo
@@ -79,7 +80,9 @@
        bilities  of  entries  for which a terminfo entry has been
        compiled.
 
-   INITIALIZATION
+
+
+

INITIALIZATION

        The tgetent routine loads the entry for name.  It returns:
 
           1  on success,
@@ -104,7 +107,9 @@
               is  marked  with  the generic capability, or if the
               terminal description has cursor-addressing.
 
-   CAPABILITY VALUES
+
+
+

CAPABILITY VALUES

        The tgetflag routine gets the boolean entry for id, or ze-
        ro if it is not available.
 
@@ -120,7 +125,9 @@
        Only the first two characters of the id parameter of tget-
        flag, tgetnum and tgetstr are compared in lookups.
 
-   FORMATTING CAPABILITIES
+
+
+

FORMATTING CAPABILITIES

        The  tgoto  routine  instantiates  the parameters into the
        given capability.  The output from this routine is  to  be
        passed to tputs.
@@ -129,7 +136,9 @@
        manual page.  It can retrieve capabilities by either term-
        cap or terminfo name.
 
-   GLOBAL VARIABLES
+
+
+

GLOBAL VARIABLES

        The variables PC, UP and BC are set by tgetent to the ter-
        minfo   entry's   data   for   pad_char,   cursor_up   and
        backspace_if_not_bs,  respectively.   UP  is  not  used by
@@ -140,7 +149,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except where explicitly noted, routines that return an in-
        teger return ERR upon failure and OK (SVr4 only  specifies
        "an integer value other than ERR") upon successful comple-
@@ -150,7 +159,7 @@
 
 
 
-

BUGS

+

BUGS

        If you call tgetstr to fetch ca or any other parameterized
        string,  be aware that it will be returned in terminfo no-
        tation, not the older and not-quite-compatible termcap no-
@@ -176,7 +185,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.  However, they are marked TO BE WITHDRAWN  and  may
        be removed in future versions.
@@ -218,7 +227,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), terminfo(5), term_variables(3x), putc(3).
 
        http://invisible-island.net/ncurses/tctest.html
@@ -227,7 +236,23 @@
 
                                                        curs_termcap(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_terminfo.3x.html b/doc/html/man/curs_terminfo.3x.html index dd85e353..3855e625 100644 --- a/doc/html/man/curs_terminfo.3x.html +++ b/doc/html/man/curs_terminfo.3x.html @@ -1,4 +1,3 @@ - + + + curs_terminfo 3x @@ -44,14 +46,13 @@

curs_terminfo 3x


-
 curs_terminfo(3x)                                     curs_terminfo(3x)
 
 
 
 
 
-

NAME

+

NAME

        del_curterm, mvcur, putp, restartterm, set_curterm,
        setterm, setupterm, tigetflag, tigetnum, tigetstr, tiparm,
        tparm, tputs, vid_attr, vid_puts, vidattr, vidputs -
@@ -59,7 +60,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        #include <term.h>
 
@@ -83,14 +84,16 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These low-level routines must be called by  programs  that
        have to deal directly with the terminfo database to handle
        certain terminal capabilities, such as  programming  func-
        tion  keys.   For all other functionality, curses routines
        are more suitable and their use is recommended.
 
-   Initialization
+
+
+

Initialization

        Initially, setupterm should  be  called.   Note  that  se-
        tupterm  is  automatically  called by initscr and newterm.
        This  defines  the  set  of  terminal-dependent  variables
@@ -178,7 +181,9 @@
        setterm routine is provided for BSD compatibility, and  is
        not recommended for new programs.
 
-   The Terminal State
+
+
+

The Terminal State

        The  setupterm  routine  stores  its information about the
        terminal in a TERMINAL structure pointed to by the  global
        variable  cur_term.   If  it  detects an error, or decides
@@ -214,7 +219,9 @@
        tty  state  bits,  calls  setupterm, and then restores the
        bits.
 
-   Formatting Output
+
+
+

Formatting Output

        The tparm routine instantiates the string str with parame-
        ters  pi.  A pointer is returned to the result of str with
        the parameters applied.
@@ -223,7 +230,9 @@
        rather  than  a fixed-parameter list.  Its numeric parame-
        ters are integers (int) rather than longs.
 
-   Output Functions
+
+
+

Output Functions

        The tputs  routine  applies  padding  information  to  the
        string  str  and  outputs  it.  The str must be a terminfo
        string variable or the return value from  tparm,  tgetstr,
@@ -257,7 +266,9 @@
        takes effect immediately (rather  than  at  the  next  re-
        fresh).
 
-   Terminal Capability Functions
+
+
+

Terminal Capability Functions

        The  tigetflag,  tigetnum and tigetstr routines return the
        value of the capability corresponding to the terminfo cap-
        name  passed  to them, such as xenl.  The capname for each
@@ -288,7 +299,9 @@
        0      if  it  is canceled or absent from the terminal de-
               scription.
 
-   Terminal Capability Names
+
+
+

Terminal Capability Names

        These null-terminated arrays contain  the  short  terminfo
        names  ("codes"), the termcap names, and the long terminfo
        names ("fnames") for each of the predefined terminfo vari-
@@ -301,7 +314,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  that  return  an integer return ERR upon failure
        and OK (SVr4 only specifies "an integer value  other  than
        ERR")  upon  successful completion, unless otherwise noted
@@ -336,7 +349,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        X/Open notes that vidattr and vidputs may be macros.
 
        The  function  setterm is not described by X/Open and must
@@ -414,7 +427,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_initscr(3x), curs_kernel(3x),  curs_term-
        cap(3x),  curs_variables(3x), term_variables(3x), putc(3),
        terminfo(5)
@@ -423,7 +436,24 @@
 
                                                       curs_terminfo(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_threads.3x.html b/doc/html/man/curs_threads.3x.html index 3879982b..0b400d0f 100644 --- a/doc/html/man/curs_threads.3x.html +++ b/doc/html/man/curs_threads.3x.html @@ -1,4 +1,3 @@ - + + + curs_threads 3x @@ -41,19 +43,18 @@

curs_threads 3x


-
 curs_threads(3x)                                       curs_threads(3x)
 
 
 
 
 
-

NAME

+

NAME

        use_screen, use_window - curses thread support
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        typedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *);
@@ -68,7 +69,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This  implementation can be configured to provide rudimen-
        tary support for multi-threaded applications.  This  makes
        a  different set of libraries, e.g., libncursest since the
@@ -108,7 +109,9 @@
        a  data  parameter, and returning the value from the user-
        supplied function to the application.
 
-   USAGE
+
+
+

USAGE

        All of the ncurses library functions assume that  the  lo-
        cale  is  not altered during operation.  In addition, they
        use data which is maintained within a hierarchy of scopes.
@@ -601,17 +604,17 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These functions all return TRUE or FALSE, except as noted.
 
 
 
-

NOTES

+

NOTES

        Both a macro and a function are provided for each name.
 
 
 
-

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-
@@ -619,14 +622,27 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_opaque(3x), curs_variables(3x).
 
 
 
                                                        curs_threads(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_touch.3x.html b/doc/html/man/curs_touch.3x.html index e3d7cd5d..6fec2909 100644 --- a/doc/html/man/curs_touch.3x.html +++ b/doc/html/man/curs_touch.3x.html @@ -1,4 +1,3 @@ - + + + curs_touch 3x @@ -39,20 +41,19 @@

curs_touch 3x


-
 curs_touch(3x)                                           curs_touch(3x)
 
 
 
 
 
-

NAME

+

NAME

        touchwin, touchline, untouchwin, wtouchln, is_linetouched,
        is_wintouched - curses refresh control routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        int touchwin(WINDOW *win);
        int touchline(WINDOW *win, int start, int count);
@@ -63,7 +64,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The touchwin and touchline routines throw away  all  opti-
        mization  information about which parts of the window have
        been touched, by pretending that  the  entire  window  has
@@ -89,7 +90,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All  routines  return  the integer ERR upon failure and an
        integer value other than ERR upon  successful  completion,
        unless  otherwise  noted in the preceding routine descrip-
@@ -112,7 +113,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.
 
@@ -123,19 +124,28 @@
 
 
 
-

NOTES

+

NOTES

        Note that all routines except wtouchln may be macros.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_refresh(3x), curs_variables(3x).
 
 
 
                                                          curs_touch(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_trace.3x.html b/doc/html/man/curs_trace.3x.html index 55890d2b..0bf3dd11 100644 --- a/doc/html/man/curs_trace.3x.html +++ b/doc/html/man/curs_trace.3x.html @@ -1,4 +1,3 @@ - + + + curs_trace 3x @@ -39,14 +41,13 @@

curs_trace 3x


-
 curs_trace(3x)                                           curs_trace(3x)
 
 
 
 
 
-

NAME

+

NAME

        _tracef, _tracedump, _traceattr, _traceattr2,
        _nc_tracebits, _tracecchar_t, _tracecchar_t2, _tracechar,
        _tracechtype, _tracechtype2, _tracemouse, trace - curses
@@ -54,7 +55,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        void _tracef(const char *format, ...);
@@ -72,7 +73,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The trace routines are used for debugging the ncurses  li-
        braries, as well as applications which use the ncurses li-
        braries.  These functions are normally available only with
@@ -156,13 +157,13 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  which  return a value are designed to be used as
        parameters to the _tracef routine.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are not part of the XSI  interface.   Some
        other  curses  implementations  are known to have similar,
        undocumented features, but they are  not  compatible  with
@@ -170,14 +171,22 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x).
 
 
 
                                                          curs_trace(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_util.3x.html b/doc/html/man/curs_util.3x.html index 5499bd4a..c13c1124 100644 --- a/doc/html/man/curs_util.3x.html +++ b/doc/html/man/curs_util.3x.html @@ -1,4 +1,3 @@ - + + + curs_util 3x @@ -40,21 +42,20 @@

curs_util 3x


-
 curs_util(3x)                                             curs_util(3x)
 
 
 
 
 
-

NAME

+

NAME

        delay_output, filter, flushinp, getwin, key_name, keyname,
        nofilter, putwin, unctrl, use_env, use_tioctl, wunctrl -
        miscellaneous curses utility routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        char *unctrl(chtype c);
@@ -72,7 +73,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  unctrl  routine returns a character string which is a
        printable representation of the character c, ignoring  at-
        tributes.   Control characters are displayed in the ^X no-
@@ -206,7 +207,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except for flushinp, routines that return an  integer  re-
        turn  ERR upon failure and OK (SVr4 specifies only "an in-
        teger value other than ERR") upon successful completion.
@@ -229,7 +230,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The XSI Curses standard, Issue  4  describes  these  func-
        tions.   It  states  that unctrl and wunctrl will return a
        null pointer if unsuccessful, but does not define any  er-
@@ -300,7 +301,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        legacy_coding(3x), curses(3x), curs_initscr(3x), curs_ker-
        nel(3x),   curs_scr_dump(3x),   curs_variables(3x),  lega-
        cy_coding(3x).
@@ -309,7 +310,15 @@
 
                                                           curs_util(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_variables.3x.html b/doc/html/man/curs_variables.3x.html index 49151a07..d97bef0a 100644 --- a/doc/html/man/curs_variables.3x.html +++ b/doc/html/man/curs_variables.3x.html @@ -1,4 +1,3 @@ - + + + curs_variables 3x @@ -39,20 +41,19 @@

curs_variables 3x


-
 curs_variables(3x)                                   curs_variables(3x)
 
 
 
 
 
-

NAME

+

NAME

        COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES, TABSIZE,
        curscr, newscr, stdscr - curses global variables
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int COLOR_PAIRS;
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This page summarizes variables provided by the curses  li-
        brary.   A more complete description is given in the curs-
        es(3x) manual page.
@@ -78,7 +79,9 @@
        es's  state.   In  either  case, applications should treat
        them as read-only to avoid confusing the library.
 
-   COLOR_PAIRS
+
+
+

COLOR_PAIRS

        After initializing curses, this variable contains the num-
        ber of color pairs which the terminal can support.  Usual-
        ly the number of color pairs  will  be  the  product  COL-
@@ -91,47 +94,63 @@
            ited  by  the number of color pairs that can be repre-
            sented in a signed short value.
 
-   COLORS
+
+
+

COLORS

        After initializing curses, this variable contains the num-
        ber of colors which the terminal can support.
 
-   COLS
+
+
+

COLS

        After  initializing  curses,  this  variable  contains the
        width of the screen, i.e., the number of columns.
 
-   ESCDELAY
+
+
+

ESCDELAY

        This variable holds the number of milliseconds to wait af-
        ter reading an escape character, to distinguish between an
        individual escape character entered on the  keyboard  from
        escape  sequences  sent  by cursor- and function-keys (see
        curses(3x).
 
-   LINES
+
+
+

LINES

        After initializing  curses,  this  variable  contains  the
        height of the screen, i.e., the number of lines.
 
-   TABSIZE
+
+
+

TABSIZE

        This  variable  holds  the  number  of columns used by the
        curses library when converting a tab character  to  spaces
        as it adds the tab to a window (see curs_addch(3x).
 
-   The Current Screen
+
+
+

The Current Screen

        This implementation of curses uses a special window curscr
        to record its updates to the terminal screen.
 
-   The New Screen
+
+
+

The New Screen

        This implementation of curses uses a special window newscr
        to  hold  updates  to  the terminal screen before applying
        them to curscr.
 
-   The Standard Screen
+
+
+

The Standard Screen

        Upon initializing curses, a default window called  stdscr,
        which  is  the  size  of  the terminal screen, is created.
        Many curses functions use this window.
 
 
 
-

NOTES

+

NOTES

        The   curses   library   is   initialized   using   either
        curs_initscr(3x), or curs_initscr(3x).
 
@@ -141,13 +160,13 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        ESCDELAY  and TABSIZE are extensions, not provided in most
        other implementations of curses.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),      curs_opaque(3x),       curs_terminfo(3x),
        curs_threads(3x), term_variables(3x), terminfo(5).
 
@@ -155,7 +174,27 @@
 
                                                      curs_variables(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/curs_window.3x.html b/doc/html/man/curs_window.3x.html index a28edd6c..e6961f7d 100644 --- a/doc/html/man/curs_window.3x.html +++ b/doc/html/man/curs_window.3x.html @@ -1,4 +1,3 @@ - + + + curs_window 3x @@ -39,21 +41,20 @@

curs_window 3x


-
 curs_window(3x)                                         curs_window(3x)
 
 
 
 
 
-

NAME

+

NAME

        newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin,
        wsyncup, syncok, wcursyncup, wsyncdown - create curses
        windows
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        WINDOW *newwin(
@@ -76,7 +77,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Calling newwin creates and returns a pointer to a new win-
        dow with the given number of lines and columns.  The upper
        left-hand corner of the window is at
@@ -140,7 +141,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines that return an integer return the integer ERR up-
        on  failure  and OK (SVr4 only specifies "an integer value
        other than ERR") upon successful completion.
@@ -197,7 +198,7 @@
 
 
 
-

NOTES

+

NOTES

        If many small changes are made to the window, the  wsyncup
        option could degrade performance.
 
@@ -205,7 +206,7 @@
 
 
 
-

BUGS

+

BUGS

        The  subwindow  functions (subwin, derwin, mvderwin, wsyn-
        cup, wsyncdown, wcursyncup, syncok) are flaky, incomplete-
        ly implemented, and not well tested.
@@ -220,13 +221,13 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_refresh(3x),  curs_touch(3x),  curs_vari-
        ables(3x)
 
@@ -234,7 +235,17 @@
 
                                                         curs_window(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/default_colors.3x.html b/doc/html/man/default_colors.3x.html index bbf894d6..585a309e 100644 --- a/doc/html/man/default_colors.3x.html +++ b/doc/html/man/default_colors.3x.html @@ -1,4 +1,3 @@ - + + + default_colors 3x @@ -40,20 +42,19 @@

default_colors 3x


-
 default_colors(3x)                                   default_colors(3x)
 
 
 
 
 
-

NAME

+

NAME

        use_default_colors, assume_default_colors - use terminal's
        default colors
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int use_default_colors(void);
@@ -61,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The use_default_colors() and assume_default_colors() func-
        tions are extensions to the curses library.  They are used
        with terminals that support ISO 6429 color, or equivalent.
@@ -111,7 +112,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These functions return the integer ERR upon failure and OK
        on success.  They will fail if either  the  terminal  does
        not  support  the orig_pair or orig_colors capability.  If
@@ -120,7 +121,7 @@
 
 
 
-

NOTES

+

NOTES

        Associated  with  this  extension,  the init_pair function
        accepts negative arguments to specify  default  foreground
        or background colors.
@@ -150,7 +151,7 @@
 
 
 
-

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-
@@ -158,12 +159,12 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curs_color(3x), ded(1).
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas  Dickey  (from  an analysis of the requirements for
        color xterm for XFree86 3.1.2C, February 1996).
 
@@ -171,7 +172,17 @@
 
                                                      default_colors(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/define_key.3x.html b/doc/html/man/define_key.3x.html index 350b0b93..8ed44cd6 100644 --- a/doc/html/man/define_key.3x.html +++ b/doc/html/man/define_key.3x.html @@ -1,4 +1,3 @@ - + + + define_key 3x @@ -40,26 +42,25 @@

define_key 3x


-
 define_key(3x)                                           define_key(3x)
 
 
 
 
 
-

NAME

+

NAME

        define_key - define a keycode
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int define_key(const char *definition, int keycode);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This is an extension to the curses library.  It permits an
        application to define keycodes  with  their  corresponding
        control  strings,  so that the ncurses library will inter-
@@ -73,7 +74,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The keycode must be greater than zero, and the string non-
        null, otherwise ERR is returned.  ERR may also be returned
        if there is insufficient memory to allocate  the  data  to
@@ -82,7 +83,7 @@
 
 
 
-

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-
@@ -90,19 +91,28 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        keyok(3x), key_defined(3x).
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas Dickey.
 
 
 
                                                          define_key(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form.3x.html b/doc/html/man/form.3x.html index e93461e3..6ada6b81 100644 --- a/doc/html/man/form.3x.html +++ b/doc/html/man/form.3x.html @@ -1,4 +1,3 @@ - + + + form 3x @@ -40,24 +42,23 @@

form 3x


-
 form(3x)                                                       form(3x)
 
 
 
 
 
-

NAME

+

NAME

        form - curses extension for programming forms
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  form library provides terminal-independent facilities
        for composing form screens  on  character-cell  terminals.
        The  library  includes:  field  routines, which create and
@@ -77,7 +78,9 @@
        A  curses  initialization  routine such as initscr must be
        called before using any of these functions.
 
-   Current Default Values for Field Attributes
+
+
+

Current Default Values for Field Attributes

        The form library  maintains  a  default  value  for  field
        attributes.   You  can  get or set this default by calling
        the appropriate set_ or  retrieval  routine  with  a  NULL
@@ -85,7 +88,9 @@
        affects future field creations, but does  not  change  the
        rendering of fields already created.
 
-   Routine Name Index
+
+
+

Routine Name Index

        The  following  table lists each form routine and the name
        of the manual page on which it is described.
 
@@ -168,7 +173,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines that return pointers return NULL  on  error,  and
        set  errno  to  the  corresponding  error-code returned by
        functions returning an integer.  Routines that  return  an
@@ -213,7 +218,7 @@
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        files <curses.h> and <eti.h>.
 
@@ -224,29 +229,44 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual pages and adaptation for  ncurses
        by Eric S. Raymond.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                                form(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_cursor.3x.html b/doc/html/man/form_cursor.3x.html index d253da39..6e9925c1 100644 --- a/doc/html/man/form_cursor.3x.html +++ b/doc/html/man/form_cursor.3x.html @@ -1,4 +1,3 @@ - + + + form_cursor 3x @@ -40,25 +42,24 @@

form_cursor 3x


-
 form_cursor(3x)                                         form_cursor(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_cursor - position a form window cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int pos_form_cursor(FORM *form);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  pos_form_cursor  restores the cursor to the
        position required for the forms driver  to  continue  pro-
        cessing  requests.   This  is useful after curses routines
@@ -67,7 +68,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        This routine returns one of the following:
 
        E_OK The routine succeeded.
@@ -84,24 +85,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -109,7 +110,17 @@
 
                                                         form_cursor(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index d4bb7963..e9534ff5 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -1,4 +1,3 @@ - + + + form_data 3x @@ -40,26 +42,25 @@

form_data 3x


-
 form_data(3x)                                             form_data(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_data - test for off-screen data in given forms
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        bool data_ahead(const FORM *form);
        bool data_behind(const FORM *form);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function data_ahead tests whether there is off-screen
        data ahead in the given form.   It  returns  TRUE  (1)  or
        FALSE (0).
@@ -70,24 +71,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -95,7 +96,16 @@
 
                                                           form_data(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_driver.3x.html b/doc/html/man/form_driver.3x.html index b2359d62..67a839c5 100644 --- a/doc/html/man/form_driver.3x.html +++ b/doc/html/man/form_driver.3x.html @@ -1,4 +1,3 @@ - + + + form_driver 3x @@ -39,25 +41,24 @@

form_driver 3x


-
 form_driver(3x)                                         form_driver(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_driver - command-processing loop of the form system
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int form_driver(FORM *form, int c);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Once a form has been posted (displayed), you should funnel
        input events to it through form_driver.  This routine  has
        three major input cases:
@@ -258,7 +259,9 @@
        field.   If  it is one of the forms requests listed above,
        that request is executed.
 
-   MOUSE HANDLING
+
+
+

MOUSE HANDLING

        If the second argument is the KEY_MOUSE special  key,  the
        associated mouse event is translated into one of the above
        pre-defined requests.  Currently only clicks in  the  user
@@ -301,7 +304,9 @@
        could   not   be   translated   into  a  form  request  an
        E_REQUEST_DENIED is returned.
 
-   APPLICATION-DEFINED COMMANDS
+
+
+

APPLICATION-DEFINED COMMANDS

        If the second argument is neither printable nor one of the
        above  pre-defined form requests, the driver assumes it is
        an application-specific command and returns E_UNKNOWN_COM-
@@ -311,7 +316,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        form_driver returns one of the following error codes:
 
        E_OK The routine succeeded.
@@ -341,24 +346,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x), form_variables(3x), curs_getch(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        files <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -366,7 +371,22 @@
 
                                                         form_driver(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_field.3x.html b/doc/html/man/form_field.3x.html index 71a01228..0d28a938 100644 --- a/doc/html/man/form_field.3x.html +++ b/doc/html/man/form_field.3x.html @@ -1,4 +1,3 @@ - + + + form_field 3x @@ -40,20 +42,19 @@

form_field 3x


-
 form_field(3x)                                           form_field(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field - make and break connections between fields and
        forms
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_form_fields(FORM *form, FIELD **fields);
        FIELD **form_fields(const FORM *form);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function set_form_fields  changes  the  field  pointer
        array  of the given form.  The array must be terminated by
        a NULL.
@@ -78,7 +79,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  function  form_fields returns a pointer (which may be
        NULL).  It does not set errno.
 
@@ -105,18 +106,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
@@ -125,7 +126,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -133,7 +134,17 @@
 
                                                          form_field(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_field_attributes.3x.html b/doc/html/man/form_field_attributes.3x.html index d31e03bd..0748c71a 100644 --- a/doc/html/man/form_field_attributes.3x.html +++ b/doc/html/man/form_field_attributes.3x.html @@ -1,4 +1,3 @@ - + + + form_field_attributes 3x @@ -40,20 +42,19 @@

form_field_attributes 3x


-
 form_field_attributes(3x)                     form_field_attributes(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_attributes  -  color  and attribute control for
        form fields
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_field_fore(FIELD *field, chtype attr);
        chtype field_fore(const FIELD *field);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function set_field_fore sets the foreground  attribute
        of  field. This is the highlight used to display the field
        contents.  The function field_fore returns the  foreground
@@ -81,7 +82,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -95,25 +96,25 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -121,7 +122,17 @@
 
                                               form_field_attributes(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_field_buffer.3x.html b/doc/html/man/form_field_buffer.3x.html index d87bd349..d744b16d 100644 --- a/doc/html/man/form_field_buffer.3x.html +++ b/doc/html/man/form_field_buffer.3x.html @@ -1,4 +1,3 @@ - + + + form_field_buffer 3x @@ -40,19 +42,18 @@

form_field_buffer 3x


-
 form_field_buffer(3x)                             form_field_buffer(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_buffer - field buffer control
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
 
        int  set_field_buffer(FIELD  *field,  int  buf, const char
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function set_field_buffer sets the numbered buffer  of
        the given field to contain a given string:
 
@@ -113,7 +114,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The field_buffer function returns NULL on error.  It  sets
        errno according to their success:
 
@@ -138,13 +139,13 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file
 
@@ -156,13 +157,13 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -170,7 +171,17 @@
 
                                                   form_field_buffer(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_field_info.3x.html b/doc/html/man/form_field_info.3x.html index 6a3c2596..fbb4adfa 100644 --- a/doc/html/man/form_field_info.3x.html +++ b/doc/html/man/form_field_info.3x.html @@ -1,4 +1,3 @@ - + + + form_field_info 3x @@ -40,19 +42,18 @@

form_field_info 3x


-
 form_field_info(3x)                                 form_field_info(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_info - retrieve field characteristics
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int field_info(const FIELD *field, int *rows, int *cols,
                      int *frow, int *fcol, int *nrow, int *nbuf);
@@ -61,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  field_info  returns  the  sizes  and  other
        attributes  passed  in  to the field at its creation time.
        The attributes are: height, width, row of upper-left  cor-
@@ -76,7 +77,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -90,19 +91,19 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
@@ -112,7 +113,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -120,7 +121,17 @@
 
                                                     form_field_info(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index 99da1692..d95f7136 100644 --- a/doc/html/man/form_field_just.3x.html +++ b/doc/html/man/form_field_just.3x.html @@ -1,4 +1,3 @@ - + + + form_field_just 3x @@ -40,26 +42,25 @@

form_field_just 3x


-
 form_field_just(3x)                                 form_field_just(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_just - retrieve field characteristics
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_field_just(FIELD *field, int justification);
        int field_just(const FIELD *field);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The   function   set_field_just   sets  the  justification
        attribute of a field; field_just returns a field's  justi-
        fication attribute.  The attribute may be one of NO_JUSTI-
@@ -67,7 +68,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function field_just returns one of:  NO_JUSTIFICATION,
        JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
 
@@ -84,25 +85,25 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -110,7 +111,17 @@
 
                                                     form_field_just(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_field_new.3x.html b/doc/html/man/form_field_new.3x.html index 5081eaa8..1631dfa1 100644 --- a/doc/html/man/form_field_new.3x.html +++ b/doc/html/man/form_field_new.3x.html @@ -1,4 +1,3 @@ - + + + form_field_new 3x @@ -40,19 +42,18 @@

form_field_new 3x


-
 form_field_new(3x)                                   form_field_new(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_new - create and destroy form fields
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        FIELD *new_field(int height, int width,
                         int toprow, int leftcol,
@@ -63,7 +64,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function new_field allocates a new field and initial-
        izes it from the parameters given: height, width,  row  of
        upper-left  corner,  column  of  upper-left corner, number
@@ -85,7 +86,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function, new_field, dup_field, link_field return NULL
        on error.  They set errno according to their success:
 
@@ -111,18 +112,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
@@ -133,7 +134,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -141,7 +142,17 @@
 
                                                      form_field_new(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_field_opts.3x.html b/doc/html/man/form_field_opts.3x.html index b515c461..12758e12 100644 --- a/doc/html/man/form_field_opts.3x.html +++ b/doc/html/man/form_field_opts.3x.html @@ -1,4 +1,3 @@ - + + + form_field_opts 3x @@ -40,19 +42,18 @@

form_field_opts 3x


-
 form_field_opts(3x)                                 form_field_opts(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_opts - set and get field options
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_field_opts(FIELD *field, Field_Options opts);
        int field_opts_on(FIELD *field, Field_Options opts);
@@ -61,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_field_opts  sets  all the given field's
        option bits (field  option  bits  may  be  logically-OR'ed
        together).
@@ -124,7 +125,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except for field_opts, each routine  returns  one  of  the
        following:
 
@@ -142,24 +143,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).  form_field_just(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -167,7 +168,17 @@
 
                                                     form_field_opts(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_field_userptr.3x.html b/doc/html/man/form_field_userptr.3x.html index 04701ade..71b98b09 100644 --- a/doc/html/man/form_field_userptr.3x.html +++ b/doc/html/man/form_field_userptr.3x.html @@ -1,4 +1,3 @@ - + + + form_field_userptr 3x @@ -40,34 +42,33 @@

form_field_userptr 3x


-
 form_field_userptr(3x)                           form_field_userptr(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_userptr  -  associate  application  data with a
        form field
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_field_userptr(FIELD *field, void*userptr);
        void *field_userptr(const FIELD *field);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Every form field has a field that  can  be  used  to  hold
        application-specific  data  (that is, the form-driver code
        leaves it alone).  These functions get and set that field.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function field_userptr returns a pointer (which may be
        NULL).  It does not set errno.
 
@@ -75,18 +76,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
@@ -95,7 +96,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -103,7 +104,17 @@
 
                                                  form_field_userptr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_field_validation.3x.html b/doc/html/man/form_field_validation.3x.html index 51a6d55e..d48d5d60 100644 --- a/doc/html/man/form_field_validation.3x.html +++ b/doc/html/man/form_field_validation.3x.html @@ -1,4 +1,3 @@ - + + + form_field_validation 3x @@ -39,19 +41,18 @@

form_field_validation 3x


-
 form_field_validation(3x)                     form_field_validation(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_validation - data type validation for fields
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_field_type(FIELD *field, FIELDTYPE *type, ...);
        FIELDTYPE *field_type(const FIELD *field);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_field_type  declares  a data type for a
        given form field.  This is the type checked by  validation
        functions.  The predefined types are as follows:
@@ -149,7 +150,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  functions  field_type  and  field_arg  return NULL on
        error. The function set_field_type returns one of the fol-
        lowing:
@@ -161,24 +162,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x), form_variables(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -186,7 +187,17 @@
 
                                               form_field_validation(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_fieldtype.3x.html b/doc/html/man/form_fieldtype.3x.html index e5d76b2f..de3200e7 100644 --- a/doc/html/man/form_fieldtype.3x.html +++ b/doc/html/man/form_fieldtype.3x.html @@ -1,4 +1,3 @@ - + + + form_fieldtype 3x @@ -40,19 +42,18 @@

form_fieldtype 3x


-
 form_fieldtype(3x)                                   form_fieldtype(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_fieldtype - define validation-field types
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        FIELDTYPE *new_fieldtype(
            bool (* const field_check)(FIELD *, const void *),
@@ -72,7 +73,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function new_fieldtype creates a new field type usable
        for data validation.  You supply it  with  field_check,  a
        predicate  to check the validity of an entered data string
@@ -119,7 +120,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  pointer-valued  routines  return NULL on error.  They
        set errno according to their success:
 
@@ -152,12 +153,12 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
@@ -167,13 +168,13 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -181,7 +182,17 @@
 
                                                      form_fieldtype(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_hook.3x.html b/doc/html/man/form_hook.3x.html index 7a5c6b52..9bb03a9b 100644 --- a/doc/html/man/form_hook.3x.html +++ b/doc/html/man/form_hook.3x.html @@ -1,4 +1,3 @@ - + + + form_hook 3x @@ -40,20 +42,19 @@

form_hook 3x


-
 form_hook(3x)                                             form_hook(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_hook - set hooks for automatic invocation by applica-
        tions
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_field_init(FORM *form, Form_Hook func);
        Form_Hook field_init(const FORM *form);
@@ -66,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions make it possible to set hook functions  to
        be called at various points in the automatic processing of
        input event codes by form_driver.
@@ -93,7 +94,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines that return pointers return NULL on error.  Other
        routines return one of the following:
 
@@ -104,24 +105,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -129,7 +130,17 @@
 
                                                           form_hook(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 8bcc9906..f56b5cd3 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,4 +1,3 @@ - + + + form_new 3x @@ -40,26 +42,25 @@

form_new 3x


-
 form_new(3x)                                               form_new(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_new - create and destroy forms
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        FORM *new_form(FIELD **fields);
        int free_form(FORM *form);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  new_form  creates a new form connected to a
        specified field pointer array (which must  be  NULL-termi-
        nated).
@@ -69,7 +70,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function new_form returns  NULL  on  error.   It  sets
        errno according to the function's success:
 
@@ -98,24 +99,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -123,7 +124,17 @@
 
                                                            form_new(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_new_page.3x.html b/doc/html/man/form_new_page.3x.html index c2a03cc9..3d3e0687 100644 --- a/doc/html/man/form_new_page.3x.html +++ b/doc/html/man/form_new_page.3x.html @@ -1,4 +1,3 @@ - + + + form_new_page 3x @@ -40,26 +42,25 @@

form_new_page 3x


-
 form_new_page(3x)                                     form_new_page(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_new_page - form pagination functions
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_new_page(FIELD *field, bool new_page_flag);
        bool new_page(const FIELD *field);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_new_page  sets or resets a flag marking
        the given field as the beginning of  a  new  page  on  its
        form.
@@ -69,7 +70,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function new_page returns TRUE or FALSE.
 
        The function set_new_page return one of the following:
@@ -84,25 +85,25 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -110,7 +111,17 @@
 
                                                       form_new_page(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_opts.3x.html b/doc/html/man/form_opts.3x.html index c4094f92..489752b2 100644 --- a/doc/html/man/form_opts.3x.html +++ b/doc/html/man/form_opts.3x.html @@ -1,4 +1,3 @@ - + + + form_opts 3x @@ -40,19 +42,18 @@

form_opts 3x


-
 form_opts(3x)                                             form_opts(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_opts - set and get form options
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_form_opts(FORM *form, Field_Options opts);
        int form_opts_on(FORM *form, Field_Options opts);
@@ -61,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_form_opts  sets  all  the  given form's
        option bits  (form  option  bits  may  be  logically-OR'ed
        together).
@@ -89,7 +90,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except for form_opts, each routine returns one of the fol-
        lowing:
 
@@ -100,24 +101,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -125,7 +126,17 @@
 
                                                           form_opts(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_page.3x.html b/doc/html/man/form_page.3x.html index 54372ff4..30a17cf9 100644 --- a/doc/html/man/form_page.3x.html +++ b/doc/html/man/form_page.3x.html @@ -1,4 +1,3 @@ - + + + form_page 3x @@ -40,19 +42,18 @@

form_page 3x


-
 form_page(3x)                                             form_page(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_page - set and get form page number
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_current_field(FORM *form, FIELD *field);
        FIELD *current_field(const FORM *);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_current field sets the current field of
        the given form; current_field returns the current field of
        the given form.
@@ -80,7 +81,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except for form_page, each routine returns one of the fol-
        lowing:
 
@@ -105,24 +106,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -130,7 +131,17 @@
 
                                                           form_page(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_post.3x.html b/doc/html/man/form_post.3x.html index a54bc4b2..4d46ccaa 100644 --- a/doc/html/man/form_post.3x.html +++ b/doc/html/man/form_post.3x.html @@ -1,4 +1,3 @@ - + + + form_post 3x @@ -40,27 +42,26 @@

form_post 3x


-
 form_post(3x)                                             form_post(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_post  -  write or erase forms from associated subwin-
        dows
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int post_form(FORM *form);
        int unpost_form(FORM *form);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function post_form displays a form to  its  associated
        subwindow.   To trigger physical display of the subwindow,
        use  refresh  or  some  equivalent  curses  routine   (the
@@ -72,7 +73,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -102,24 +103,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -127,7 +128,17 @@
 
                                                           form_post(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_requestname.3x.html b/doc/html/man/form_requestname.3x.html index 32313e0a..941914ea 100644 --- a/doc/html/man/form_requestname.3x.html +++ b/doc/html/man/form_requestname.3x.html @@ -1,4 +1,3 @@ - + + + form_requestname 3x @@ -40,26 +42,25 @@

form_requestname 3x


-
 form_requestname(3x)                               form_requestname(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_requestname - handle printable form request names
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        const char *form_request_name(int request);
        int form_request_by_name(const char *name);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function form_request_name returns the printable name
        of a form request code.
        The function form_request_by_name searches in the name-ta-
@@ -68,7 +69,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        form_request_name returns NULL on error and sets errno  to
        E_BAD_ARGUMENT.
        form_request_by_name returns E_NO_MATCH on error.  It does
@@ -76,18 +77,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

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-
@@ -95,7 +96,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -103,7 +104,17 @@
 
                                                    form_requestname(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_userptr.3x.html b/doc/html/man/form_userptr.3x.html index 01d2c7a4..491299e8 100644 --- a/doc/html/man/form_userptr.3x.html +++ b/doc/html/man/form_userptr.3x.html @@ -1,4 +1,3 @@ - + + + form_userptr 3x @@ -40,26 +42,25 @@

form_userptr 3x


-
 form_userptr(3x)                                       form_userptr(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_userptr - associate application data with a form item
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_form_userptr(FORM *form, void *userptr);
        void* form_userptr(const FORM *form);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Every  form  and  every  form item has a field that can be
        used to hold application-specific data (that is, the form-
        driver code leaves it alone).  These functions get and set
@@ -67,7 +68,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function form_userptr returns a pointer (which may  be
        NULL).  It does not set errno.
 
@@ -75,18 +76,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
@@ -95,7 +96,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -103,7 +104,17 @@
 
                                                        form_userptr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_variables.3x.html b/doc/html/man/form_variables.3x.html index d1c738ca..8ec1c7cd 100644 --- a/doc/html/man/form_variables.3x.html +++ b/doc/html/man/form_variables.3x.html @@ -1,4 +1,3 @@ - + + + form_variables 3x @@ -39,21 +41,20 @@

form_variables 3x


-
 form_variables(3x)                                   form_variables(3x)
 
 
 
 
 
-

NAME

+

NAME

        TYPE_ALNUM, TYPE_ALPHA, TYPE_ENUM, TYPE_INTEGER,
        TYPE_IPV4, TYPE_NUMERIC, TYPE_REGEXP - form system global
        variables
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
 
        FIELDTYPE * TYPE_ALNUM;
@@ -66,50 +67,81 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  are  building blocks for the form library, defining
        fields that can be created using form_fieldtype(3x).   Each
        provides  functions  for  field- and character-validation,
        according to the given datatype.
 
-   TYPE_ALNUM
+
+
+

TYPE_ALNUM

        This holds alphanumeric data.
 
-   TYPE_ALPHA
+
+
+

TYPE_ALPHA

        This holds alphabetic data.
 
-   TYPE_ENUM
+
+
+

TYPE_ENUM

        This holds an enumerated type.
 
-   TYPE_INTEGER
+
+
+

TYPE_INTEGER

        This holds a decimal integer.
 
-   TYPE_IPV4
+
+
+

TYPE_IPV4

        This holds an IPv4 internet address, e.g., "127.0.0.1".
 
-   TYPE_NUMERIC
+
+
+

TYPE_NUMERIC

        This holds a decimal number, with optional sign and  deci-
        mal point.
 
-   TYPE_REGEXP
+
+
+

TYPE_REGEXP

        This holds a regular expression.
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  TYPE_IPV4  variable  is  an extension not provided by
        older implementations of the form library.
 
 
 
-

SEE ALSO

+

SEE ALSO

        form(3x).
 
 
 
                                                      form_variables(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/form_win.3x.html b/doc/html/man/form_win.3x.html index 4d1156c5..7eb5f2e3 100644 --- a/doc/html/man/form_win.3x.html +++ b/doc/html/man/form_win.3x.html @@ -1,4 +1,3 @@ - + + + form_win 3x @@ -40,20 +42,19 @@

form_win 3x


-
 form_win(3x)                                               form_win(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_win  - make and break form window and subwindow asso-
        ciations
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_form_win(FORM *form, WINDOW *win);
        WINDOW *form_win(const FORM *form);
@@ -63,7 +64,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Every form has an associated pair of curses windows.   The
        form  window displays any title and border associated with
        the window; the form subwindow displays the items  of  the
@@ -83,7 +84,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  that return pointers return NULL on error.  Rou-
        tines that return an integer return one of  the  following
        error codes:
@@ -105,24 +106,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_variables(3x), form(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -130,7 +131,17 @@
 
                                                            form_win(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/infocmp.1m.html b/doc/html/man/infocmp.1m.html index 443938b4..d40cc4a0 100644 --- a/doc/html/man/infocmp.1m.html +++ b/doc/html/man/infocmp.1m.html @@ -1,4 +1,3 @@ - + + + infocmp 1m @@ -40,19 +42,18 @@

infocmp 1m


-
 infocmp(1m)                                                 infocmp(1m)
 
 
 
 
 
-

NAME

+

NAME

        infocmp - compare or print out terminfo descriptions
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        infocmp [-1CDEFGIKLTUVcdegilnpqrtux]
              [-v n] [-s d| i| l| c] [-R subset]
              [-w width] [-A directory] [-B directory]
@@ -60,7 +61,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        infocmp  can  be  used  to compare a binary terminfo entry
        with other terminfo entries, rewrite a  terminfo  descrip-
        tion  to  take  advantage  of  the use= terminfo field, or
@@ -69,12 +70,16 @@
        fields will be printed  first,  followed  by  the  numeric
        fields, followed by the string fields.
 
-   Default Options
+
+
+

Default Options

        If  no options are specified and zero or one termnames are
        specified, the -I option will be assumed.   If  more  than
        one termname is specified, the -d option will be assumed.
 
-   Comparison Options [-d] [-c] [-n]
+
+
+

Comparison Options [-d] [-c] [-n]

        infocmp  compares  the  terminfo  description of the first
        terminal termname with each of the descriptions  given  by
        the  entries  for  the  other  terminal's termnames.  If a
@@ -99,7 +104,9 @@
        termnames.  This can be used as a quick check  to  see  if
        anything was left out of a description.
 
-   Source Listing Options [-I] [-L] [-C] [-r]
+
+
+

Source Listing Options [-I] [-L] [-C] [-r]

        The  -I,  -L, and -C options will produce a source listing
        for each terminal named.
 
@@ -168,7 +175,9 @@
      %p1%?%'x'%>%t%p1%'y'%+%;    %>xy      concept
      %p2 is printed before %p1   %r        hp
 
-   Use= Option [-u]
+
+
+

Use= Option [-u]

        The -u option produces a terminfo  source  description  of
        the  first  terminal termname which is relative to the sum
        of the descriptions given by the  entries  for  the  other
@@ -236,7 +245,9 @@
        ture for comparing descriptions for the same terminal cre-
        ated by different people.
 
-   Other Options
+
+
+

Other Options

        -0   causes the fields to be printed on one line,  without
             wrapping.
 
@@ -426,13 +437,13 @@
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo Compiled  terminal  description  data-
                            base.
 
 
 
-

EXTENSIONS

+

EXTENSIONS

        The -0, -1, -E, -F, -G, -R, -T, -V, -a, -e,  -f,  -g,  -i,
        -l,  -p,  -q  and  -t  options  are  not supported in SVr4
        curses.
@@ -444,22 +455,22 @@
 
 
 
-

BUGS

+

BUGS

        The -F option of infocmp(1m) should be a toe(1m) mode.
 
 
 
-

SEE ALSO

+

SEE ALSO

        captoinfo(1m),     infotocap(1m),     tic(1m),    toe(1m),
        curses(3x), terminfo(5).
 
        http://invisible-island.net/ncurses/tctest.html
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
-

AUTHOR

+

AUTHOR

        Eric S. Raymond <esr@snark.thyrsus.com> and
        Thomas E. Dickey <dickey@invisible-island.net>
 
@@ -467,7 +478,25 @@
 
                                                             infocmp(1m)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/infotocap.1m.html b/doc/html/man/infotocap.1m.html index 13b3ff93..c7e814f9 100644 --- a/doc/html/man/infotocap.1m.html +++ b/doc/html/man/infotocap.1m.html @@ -1,4 +1,3 @@ - + + + infotocap 1m @@ -40,25 +42,24 @@

infotocap 1m


-
 infotocap(1m)                                             infotocap(1m)
 
 
 
 
 
-

NAME

+

NAME

        infotocap  - convert a terminfo description into a termcap
        description
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        infotocap [-vn width]  [-V] [-1] [-w width] file . . .
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        infotocap looks in  each  given  text  file  for  terminfo
        descriptions.   For  each  terminfo  description found, an
        equivalent termcap description is written to standard out-
@@ -79,26 +80,26 @@
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo Compiled  terminal  description  data-
                            base.
 
 
 
-

NOTES

+

NOTES

        This  utility  is  actually  a  link to tic, running in -C
        mode.  You can use other tic options such as -f and  -x.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), tic(1m), infocmp(1m), terminfo(5)
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
-

AUTHOR

+

AUTHOR

        Eric S. Raymond <esr@snark.thyrsus.com> and
        Thomas E. Dickey <dickey@invisible-island.net>
 
@@ -106,7 +107,16 @@
 
                                                           infotocap(1m)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/key_defined.3x.html b/doc/html/man/key_defined.3x.html index ab7f294c..df08a33d 100644 --- a/doc/html/man/key_defined.3x.html +++ b/doc/html/man/key_defined.3x.html @@ -1,4 +1,3 @@ - + + + key_defined 3x @@ -40,33 +42,32 @@

key_defined 3x


-
 key_defined(3x)                                         key_defined(3x)
 
 
 
 
 
-

NAME

+

NAME

        key_defined - check if a keycode is defined
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int key_defined(const char *definition);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This is an extension to the curses library.  It permits an
        application to determine if a string is currently bound to
        any keycode.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        If  the  string  is bound to a keycode, its value (greater
        than zero) is returned.  If no keycode is bound,  zero  is
        returned.   If  the  string  conflicts with longer strings
@@ -74,7 +75,7 @@
 
 
 
-

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-
@@ -82,19 +83,28 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        define_key(3x).
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas Dickey.
 
 
 
                                                         key_defined(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/keybound.3x.html b/doc/html/man/keybound.3x.html index 483604bc..a04e15d8 100644 --- a/doc/html/man/keybound.3x.html +++ b/doc/html/man/keybound.3x.html @@ -1,4 +1,3 @@ - + + + keybound 3x @@ -40,33 +42,32 @@

keybound 3x


-
 keybound(3x)                                               keybound(3x)
 
 
 
 
 
-

NAME

+

NAME

        keybound - return definition of keycode
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        char * keybound(int keycode, int count);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This is an extension to the curses library.  It permits an
        application to determine the string which  is  defined  in
        the terminfo for specific keycodes.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The keycode parameter must be greater than zero, else NULL
        is returned.  If it does not correspond to a defined  key,
        then  NULL  is  returned.   The count parameter is used to
@@ -76,7 +77,7 @@
 
 
 
-

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-
@@ -84,19 +85,28 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        define_key(3x), keyok(3x).
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas Dickey.
 
 
 
                                                            keybound(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/keyok.3x.html b/doc/html/man/keyok.3x.html index e76104ce..4949c1be 100644 --- a/doc/html/man/keyok.3x.html +++ b/doc/html/man/keyok.3x.html @@ -1,4 +1,3 @@ - + + + keyok 3x @@ -40,26 +42,25 @@

keyok 3x


-
 keyok(3x)                                                     keyok(3x)
 
 
 
 
 
-

NAME

+

NAME

        keyok - enable or disable a keycode
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int keyok(int keycode, bool enable);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This is an extension to the curses library.  It permits an
        application to disable specific keycodes, rather than  use
        the  keypad  function  to disable all keycodes.  Keys that
@@ -67,7 +68,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The keycode  must  be  greater  than  zero,  else  ERR  is
        returned.   If  it  does  not correspond to a defined key,
        then ERR is returned.  If the enable  parameter  is  true,
@@ -76,7 +77,7 @@
 
 
 
-

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-
@@ -84,19 +85,28 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        define_key(3x).
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas Dickey.
 
 
 
                                                               keyok(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/legacy_coding.3x.html b/doc/html/man/legacy_coding.3x.html index 0d1d5a4d..e0bbabc0 100644 --- a/doc/html/man/legacy_coding.3x.html +++ b/doc/html/man/legacy_coding.3x.html @@ -1,4 +1,3 @@ - + + + legacy_coding 3x @@ -40,26 +42,25 @@

legacy_coding 3x


-
 legacy_coding(3x)                                     legacy_coding(3x)
 
 
 
 
 
-

NAME

+

NAME

        use_legacy_coding - use terminal's default colors
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int use_legacy_coding(int level);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  use_legacy_coding()  function  is an extension to the
        curses library.  It allows the caller to change the result
        of  unctrl, and suppress related checks within the library
@@ -82,14 +83,14 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        If  the  screen  has  not  been  initialized, or the level
        parameter is out of range, the function returns ERR.  Oth-
        erwise, it returns the previous level: 0, 1 or 2.
 
 
 
-

PORTABILITY

+

PORTABILITY

        This routine is specific to ncurses.  It was not supported
        on Version 7, BSD or System V implementations.  It is rec-
        ommended  that any code depending on ncurses extensions be
@@ -97,19 +98,28 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        unctrl.
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas Dickey (to support lynx's font-switching feature).
 
 
 
                                                       legacy_coding(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu.3x.html b/doc/html/man/menu.3x.html index 533bd8f8..c6b03d5c 100644 --- a/doc/html/man/menu.3x.html +++ b/doc/html/man/menu.3x.html @@ -1,4 +1,3 @@ - + + + menu 3x @@ -40,24 +42,23 @@

menu 3x


-
 menu(3x)                                                       menu(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu - curses extension for programming menus
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  menu library provides terminal-independent facilities
        for composing menu systems  on  character-cell  terminals.
        The library includes: item routines, which create and mod-
@@ -70,7 +71,9 @@
        before using any of these  functions.   To  use  the  menu
        library, link with the options -lmenu -lcurses.
 
-   Current Default Values for Item Attributes
+
+
+

Current Default Values for Item Attributes

        The  menu  library  maintains  a  default  value  for item
        attributes.  You can get or set this  default  by  calling
        the  appropriate  get_  or  set_  routine with a NULL item
@@ -78,7 +81,9 @@
        affects  future  item  creations,  but does not change the
        rendering of items already created.
 
-   Routine Name Index
+
+
+

Routine Name Index

        The following table lists each menu routine and  the  name
        of the manual page on which it is described.
 
@@ -152,7 +157,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  that return pointers return NULL on error.  Rou-
        tines that return an integer return one of  the  following
        error codes:
@@ -196,7 +201,7 @@
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        files <curses.h> and <eti.h>.
 
@@ -207,29 +212,44 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual pages and adaptation for  ncurses
        by Eric S. Raymond.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "menu_" for
        detailed descriptions of the entry points.
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                                menu(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_attributes.3x.html b/doc/html/man/menu_attributes.3x.html index 7d34713a..0266dcb9 100644 --- a/doc/html/man/menu_attributes.3x.html +++ b/doc/html/man/menu_attributes.3x.html @@ -1,4 +1,3 @@ - + + + menu_attributes 3x @@ -40,19 +42,18 @@

menu_attributes 3x


-
 menu_attributes(3x)                                 menu_attributes(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_attributes - color and attribute control for menus
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_fore(MENU *menu, chtype attr);
        chtype menu_fore(const MENU *menu);
@@ -65,7 +66,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_menu_fore sets the foreground attribute
        of menu. This is the  highlight  used  for  selected  menu
        items.   menu_fore  returns the foreground attribute.  The
@@ -90,7 +91,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -104,25 +105,25 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "menu_" for
        detailed descriptions of the entry points.
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -130,7 +131,17 @@
 
                                                     menu_attributes(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_cursor.3x.html b/doc/html/man/menu_cursor.3x.html index d070b5da..6b3cf616 100644 --- a/doc/html/man/menu_cursor.3x.html +++ b/doc/html/man/menu_cursor.3x.html @@ -1,4 +1,3 @@ - + + + menu_cursor 3x @@ -40,25 +42,24 @@

menu_cursor 3x


-
 menu_cursor(3x)                                         menu_cursor(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_cursor - position a menu's cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int pos_menu_cursor(const MENU *menu);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  pos_menu_cursor  restores the cursor to the
        current position associated with the menu's selected item.
        This  is  useful after curses routines have been called to
@@ -66,7 +67,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        This routine returns one of the following:
 
        E_OK The routine succeeded.
@@ -83,24 +84,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -108,7 +109,17 @@
 
                                                         menu_cursor(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_driver.3x.html b/doc/html/man/menu_driver.3x.html index fea9c2b0..86eacc4d 100644 --- a/doc/html/man/menu_driver.3x.html +++ b/doc/html/man/menu_driver.3x.html @@ -1,4 +1,3 @@ - + + + menu_driver 3x @@ -39,25 +41,24 @@

menu_driver 3x


-
 menu_driver(3x)                                         menu_driver(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_driver - command-processing loop of the menu system
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int menu_driver(MENU *menu, int c);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Once a menu has been posted (displayed), you should funnel
        input events to it through menu_driver.  This routine  has
        three major input cases:
@@ -137,7 +138,9 @@
        If the second argument is one  of  the  above  pre-defined
        requests, the corresponding action is performed.
 
-   MOUSE HANDLING
+
+
+

MOUSE HANDLING

        If  the  second argument is the KEY_MOUSE special key, the
        associated mouse event is translated into one of the above
        pre-defined  requests.   Currently only clicks in the user
@@ -180,7 +183,9 @@
        could  not  be  translated  into   a   menu   request   an
        E_REQUEST_DENIED is returned.
 
-   APPLICATION-DEFINED COMMANDS
+
+
+

APPLICATION-DEFINED COMMANDS

        If the second argument is neither printable nor one of the
        above pre-defined menu requests or  KEY_MOUSE,  the  drive
        assumes  it is an application-specific command and returns
@@ -190,7 +195,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        menu_driver return one of the following error codes:
 
        E_OK The routine succeeded.
@@ -220,25 +225,25 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x), curs_getch(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        files <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions. The  sup-
        port for mouse events is ncurses specific.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -246,7 +251,22 @@
 
                                                         menu_driver(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_format.3x.html b/doc/html/man/menu_format.3x.html index cfa1335c..8290ae26 100644 --- a/doc/html/man/menu_format.3x.html +++ b/doc/html/man/menu_format.3x.html @@ -1,4 +1,3 @@ - + + + menu_format 3x @@ -40,26 +42,25 @@

menu_format 3x


-
 menu_format(3x)                                         menu_format(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_format - set and get menu sizes
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_format(MENU *menu, int rows, int cols);
        void menu_format(const MENU *menu, int *rows, int *cols);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function set_menu_format sets the maximum display size
        of the given menu.  If this size is too small  to  display
        all  menu items, the menu will be made scrollable. If this
@@ -79,7 +80,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines returns one of the following:
 
        E_OK The routine succeeded.
@@ -99,24 +100,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -124,7 +125,17 @@
 
                                                         menu_format(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_hook.3x.html b/doc/html/man/menu_hook.3x.html index 73b872bb..6b6a7948 100644 --- a/doc/html/man/menu_hook.3x.html +++ b/doc/html/man/menu_hook.3x.html @@ -1,4 +1,3 @@ - + + + menu_hook 3x @@ -40,20 +42,19 @@

menu_hook 3x


-
 menu_hook(3x)                                             menu_hook(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_hook - set hooks for automatic invocation by applica-
        tions
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_item_init(MENU *menu, Menu_Hook func);
        Menu_Hook item_init(const MENU *menu);
@@ -66,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions make it possible to set hook functions  to
        be called at various points in the automatic processing of
        input event codes by menu_driver.
@@ -93,7 +94,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines that return pointers return NULL on error.  Other
        routines return one of the following:
 
@@ -104,24 +105,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -129,7 +130,17 @@
 
                                                           menu_hook(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_items.3x.html b/doc/html/man/menu_items.3x.html index 8a9d1454..940fed7d 100644 --- a/doc/html/man/menu_items.3x.html +++ b/doc/html/man/menu_items.3x.html @@ -1,4 +1,3 @@ - + + + menu_items 3x @@ -40,20 +42,19 @@

menu_items 3x


-
 menu_items(3x)                                           menu_items(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_items  - make and break connections between items and
        menus
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_items(MENU *menu, ITEM **items);
        ITEM **menu_items(const MENU *menu);
@@ -61,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function set_menu_items changes the item pointer array
        of  the  given  menu.   The  array must be terminated by a
        NULL.
@@ -74,7 +75,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function menu_items returns a pointer  (which  may  be
        NULL).  It does not set errno.
 
@@ -101,18 +102,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
@@ -121,7 +122,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -129,7 +130,17 @@
 
                                                          menu_items(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_mark.3x.html b/doc/html/man/menu_mark.3x.html index e202dea0..0f59ba8e 100644 --- a/doc/html/man/menu_mark.3x.html +++ b/doc/html/man/menu_mark.3x.html @@ -1,4 +1,3 @@ - + + + menu_mark 3x @@ -40,26 +42,25 @@

menu_mark 3x


-
 menu_mark(3x)                                             menu_mark(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_mark - get and set the menu mark string
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_mark(MENU *menu, const char *mark);
        const char *menu_mark(const MENU *menu);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        In  order  to make menu selections visible on older termi-
        nals without highlighting or color  capability,  the  menu
        library  marks  selected  items  in  a  menu with a prefix
@@ -79,7 +80,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function menu_mark returns a  pointer  (which  may  be
        NULL).  It does not set errno.
 
@@ -97,24 +98,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -122,7 +123,17 @@
 
                                                           menu_mark(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_new.3x.html b/doc/html/man/menu_new.3x.html index be298ad2..bb788ff3 100644 --- a/doc/html/man/menu_new.3x.html +++ b/doc/html/man/menu_new.3x.html @@ -1,4 +1,3 @@ - + + + menu_new 3x @@ -40,26 +42,25 @@

menu_new 3x


-
 menu_new(3x)                                               menu_new(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_new - create and destroy menus
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        MENU *new_menu(ITEM **items);
        int free_menu(MENU *menu);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  new_menu  creates a new menu connected to a
        specified item pointer array (which  must  be  NULL-termi-
        nated).
@@ -69,7 +70,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function new_menu returns  NULL  on  error.   It  sets
        errno according to the function's failure:
 
@@ -95,24 +96,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -120,7 +121,17 @@
 
                                                            menu_new(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_opts.3x.html b/doc/html/man/menu_opts.3x.html index 410102c4..ae1c0b15 100644 --- a/doc/html/man/menu_opts.3x.html +++ b/doc/html/man/menu_opts.3x.html @@ -1,4 +1,3 @@ - + + + menu_opts 3x @@ -40,19 +42,18 @@

menu_opts 3x


-
 menu_opts(3x)                                             menu_opts(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_opts - set and get menu options
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_opts(MENU *menu, Menu_Options opts);
        int menu_opts_on(MENU *menu, Menu_Options opts);
@@ -61,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_menu_opts  sets  all  the  given menu's
        option bits  (menu  option  bits  may  be  logically-OR'ed
        together).
@@ -100,7 +101,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except for menu_opts, each routine returns one of the fol-
        lowing:
 
@@ -114,24 +115,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -139,7 +140,17 @@
 
                                                           menu_opts(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_pattern.3x.html b/doc/html/man/menu_pattern.3x.html index 4d8d8c55..2ac76e5a 100644 --- a/doc/html/man/menu_pattern.3x.html +++ b/doc/html/man/menu_pattern.3x.html @@ -1,4 +1,3 @@ - + + + menu_pattern 3x @@ -39,26 +41,25 @@

menu_pattern 3x


-
 menu_pattern(3x)                                       menu_pattern(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_pattern - get and set a menu's pattern buffer
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_pattern(MENU *menu, const char *pattern);
        char *menu_pattern(const MENU *menu);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Every  menu  has  an  associated pattern match buffer.  As
        input events that are printable characters come  in,  they
        are  appended to this match buffer and tested for a match,
@@ -74,7 +75,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function menu_pattern returns a pointer, which is NULL
        if the menu parameter is NULL.  Otherwise, it is a pointer
        to a string which is empty if no pattern has been set.  It
@@ -104,24 +105,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -129,7 +130,17 @@
 
                                                        menu_pattern(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_post.3x.html b/doc/html/man/menu_post.3x.html index e8e09620..be68b1ee 100644 --- a/doc/html/man/menu_post.3x.html +++ b/doc/html/man/menu_post.3x.html @@ -1,4 +1,3 @@ - + + + menu_post 3x @@ -40,27 +42,26 @@

menu_post 3x


-
 menu_post(3x)                                             menu_post(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_post  -  write or erase menus from associated subwin-
        dows
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int post_menu(MENU *menu);
        int unpost_menu(MENU *menu);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function post_menu displays a menu to  its  associated
        subwindow.   To trigger physical display of the subwindow,
        use  refresh  or  some  equivalent  curses  routine   (the
@@ -73,7 +74,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -104,24 +105,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -129,7 +130,17 @@
 
                                                           menu_post(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_requestname.3x.html b/doc/html/man/menu_requestname.3x.html index 755098ef..86e5ea7a 100644 --- a/doc/html/man/menu_requestname.3x.html +++ b/doc/html/man/menu_requestname.3x.html @@ -1,4 +1,3 @@ - + + + menu_requestname 3x @@ -40,26 +42,25 @@

menu_requestname 3x


-
 menu_requestname(3x)                               menu_requestname(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_requestname - handle printable menu request names
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        const char *menu_request_name(int request);
        int menu_request_by_name(const char *name);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function menu_request_name returns the printable name
        of a menu request code.
        The function menu_request_by_name searches in the name-ta-
@@ -68,7 +69,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        menu_request_name returns NULL on error and sets errno  to
        E_BAD_ARGUMENT.
        menu_request_by_name returns E_NO_MATCH on error.  It does
@@ -76,18 +77,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

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-
@@ -95,7 +96,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -103,7 +104,17 @@
 
                                                    menu_requestname(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_spacing.3x.html b/doc/html/man/menu_spacing.3x.html index 7f1350f8..376bd1bd 100644 --- a/doc/html/man/menu_spacing.3x.html +++ b/doc/html/man/menu_spacing.3x.html @@ -1,4 +1,3 @@ - + + + menu_spacing 3x @@ -40,19 +42,18 @@

menu_spacing 3x


-
 menu_spacing(3x)                                       menu_spacing(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_spacing - Control spacing between menu items.
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_spacing(MENU *menu,
                             int spc_description,
@@ -65,7 +66,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function set_menu_spacing sets the spacing information
        for the menu.  Its parameter spc_description controls  the
        number of spaces between an item name and an item descrip-
@@ -86,25 +87,25 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Both routines return E_OK  on  success.   set_menu_spacing
        may  return E_POSTED if the menu is posted, or E_BAD_ARGU-
        MENT if one of the spacing values is out of range.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_variables(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

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-
@@ -112,7 +113,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -120,7 +121,17 @@
 
                                                        menu_spacing(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_userptr.3x.html b/doc/html/man/menu_userptr.3x.html index a825557c..a862a23f 100644 --- a/doc/html/man/menu_userptr.3x.html +++ b/doc/html/man/menu_userptr.3x.html @@ -1,4 +1,3 @@ - + + + menu_userptr 3x @@ -40,26 +42,25 @@

menu_userptr 3x


-
 menu_userptr(3x)                                       menu_userptr(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_userptr - associate application data with a menu item
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_userptr(MENU *menu, void *userptr);
        void *menu_userptr(const MENU *menu);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Every  menu  and  every  menu item has a field that can be
        used to hold application-specific data (that is, the menu-
        driver code leaves it alone).  These functions get and set
@@ -67,7 +68,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        menu_userptr returns a pointer (which may  be  NULL).   It
        does not set errno.
 
@@ -75,18 +76,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
@@ -95,7 +96,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -103,7 +104,17 @@
 
                                                        menu_userptr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/menu_win.3x.html b/doc/html/man/menu_win.3x.html index 4a696170..e7dfe84f 100644 --- a/doc/html/man/menu_win.3x.html +++ b/doc/html/man/menu_win.3x.html @@ -1,4 +1,3 @@ - + + + menu_win 3x @@ -40,20 +42,19 @@

menu_win 3x


-
 menu_win(3x)                                               menu_win(3x)
 
 
 
 
 
-

NAME

+

NAME

        menu_win  - make and break menu window and subwindow asso-
        ciations
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_win(MENU *menu, WINDOW *win);
        WINDOW *menu_win(const MENU *menu);
@@ -63,7 +64,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Every menu has an associated pair of curses windows.   The
        menu  window displays any title and border associated with
        the window; the menu subwindow displays the items  of  the
@@ -83,7 +84,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  that return pointers return NULL on error.  Rou-
        tines that return an integer return one of  the  following
        error codes:
@@ -105,24 +106,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_variables(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -130,7 +131,17 @@
 
                                                            menu_win(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/mitem_current.3x.html b/doc/html/man/mitem_current.3x.html index d82a2705..272f33cf 100644 --- a/doc/html/man/mitem_current.3x.html +++ b/doc/html/man/mitem_current.3x.html @@ -1,4 +1,3 @@ - + + + mitem_current 3x @@ -40,19 +42,18 @@

mitem_current 3x


-
 mitem_current(3x)                                     mitem_current(3x)
 
 
 
 
 
-

NAME

+

NAME

        mitem_current - set and get current_menu_item
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_current_item(MENU *menu, const ITEM *item);
        ITEM *current_item(const MENU *menu);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_current_item sets the current item (the
        item on  which  the  menu  cursor  is  positioned).   cur-
        rent_item  returns  a  pointer  to the current item in the
@@ -80,7 +81,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        current_item returns a pointer (which may  be  NULL).   It
        does not set errno.
 
@@ -108,18 +109,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
@@ -129,7 +130,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -137,7 +138,17 @@
 
                                                       mitem_current(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/mitem_name.3x.html b/doc/html/man/mitem_name.3x.html index 2c004026..2f7a2b4f 100644 --- a/doc/html/man/mitem_name.3x.html +++ b/doc/html/man/mitem_name.3x.html @@ -1,4 +1,3 @@ - + + + mitem_name 3x @@ -40,26 +42,25 @@

mitem_name 3x


-
 mitem_name(3x)                                           mitem_name(3x)
 
 
 
 
 
-

NAME

+

NAME

        mitem_name - get menu item name and description fields
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        const char *item_name(const ITEM *item);
        const char *item_description(const ITEM *item);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function item_name returns the name part of the given
        item.
        The function item_description returns the description part
@@ -67,30 +68,30 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return a pointer (which may be NULL).  They
        do not set errno.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -98,7 +99,17 @@
 
                                                          mitem_name(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/mitem_new.3x.html b/doc/html/man/mitem_new.3x.html index 01c58f7c..71993e1c 100644 --- a/doc/html/man/mitem_new.3x.html +++ b/doc/html/man/mitem_new.3x.html @@ -1,4 +1,3 @@ - + + + mitem_new 3x @@ -40,26 +42,25 @@

mitem_new 3x


-
 mitem_new(3x)                                             mitem_new(3x)
 
 
 
 
 
-

NAME

+

NAME

        mitem_new - create and destroy menu items
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        ITEM *new_item(const char *name, const char *description);
        int free_item(ITEM *item);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function new_item allocates a new item and initializes
        it from the name and description pointers.  Please  notice
        that  the  item  stores  only the pointers to the name and
@@ -73,7 +74,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  function  new_item  returns  NULL  on error.  It sets
        errno according to the function's failure:
 
@@ -100,24 +101,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -125,7 +126,17 @@
 
                                                           mitem_new(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/mitem_opts.3x.html b/doc/html/man/mitem_opts.3x.html index 5c544fd2..7e23ce69 100644 --- a/doc/html/man/mitem_opts.3x.html +++ b/doc/html/man/mitem_opts.3x.html @@ -1,4 +1,3 @@ - + + + mitem_opts 3x @@ -40,19 +42,18 @@

mitem_opts 3x


-
 mitem_opts(3x)                                           mitem_opts(3x)
 
 
 
 
 
-

NAME

+

NAME

        mitem_opts - set and get menu item options
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_item_opts(ITEM *item, Item_Options opts);
        int item_opts_on(ITEM *item, Item_Options opts);
@@ -61,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_item_opts  sets  all  the  given item's
        option bits  (menu  option  bits  may  be  logically-OR'ed
        together).
@@ -81,7 +82,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except for item_opts, each routine returns one of the fol-
        lowing:
 
@@ -92,24 +93,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -117,7 +118,17 @@
 
                                                          mitem_opts(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/mitem_userptr.3x.html b/doc/html/man/mitem_userptr.3x.html index ebc3aff4..4a88b6d6 100644 --- a/doc/html/man/mitem_userptr.3x.html +++ b/doc/html/man/mitem_userptr.3x.html @@ -1,4 +1,3 @@ - + + + mitem_userptr 3x @@ -40,34 +42,33 @@

mitem_userptr 3x


-
 mitem_userptr(3x)                                     mitem_userptr(3x)
 
 
 
 
 
-

NAME

+

NAME

        mitem_userptr  -  associate  application  data with a menu
        item
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_item_userptr(ITEM *item, void *userptr);
        void *item_userptr(const ITEM *item);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Every menu item has a field  that  can  be  used  to  hold
        application-specific  data  (that is, the menu-driver code
        leaves it alone).  These functions get and set that field.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function  item_userptr  returns  a  pointer  (possibly
        NULL).  It does not set errno.
 
@@ -75,18 +76,18 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
@@ -95,7 +96,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -103,7 +104,17 @@
 
                                                       mitem_userptr(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/mitem_value.3x.html b/doc/html/man/mitem_value.3x.html index 145b6bc2..d0624546 100644 --- a/doc/html/man/mitem_value.3x.html +++ b/doc/html/man/mitem_value.3x.html @@ -1,4 +1,3 @@ - + + + mitem_value 3x @@ -39,26 +41,25 @@

mitem_value 3x


-
 mitem_value(3x)                                         mitem_value(3x)
 
 
 
 
 
-

NAME

+

NAME

        mitem_value - set and get menu item values
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_item_value(ITEM *item, bool value);
        bool item_value(const ITEM *item);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        If  you  turn  off  the menu option O_ONEVALUE (e.g., with
        set_menu_opts or menu_opts_off;  see  menu_opts(3x)),  the
        menu becomes multi-valued; that is, more than one item may
@@ -70,7 +71,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function set_item_value returns one of the following:
 
        E_OK The routine succeeded.
@@ -83,24 +84,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -108,7 +109,17 @@
 
                                                         mitem_value(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/mitem_visible.3x.html b/doc/html/man/mitem_visible.3x.html index b85f4452..8a3e4346 100644 --- a/doc/html/man/mitem_visible.3x.html +++ b/doc/html/man/mitem_visible.3x.html @@ -1,4 +1,3 @@ - + + + mitem_visible 3x @@ -40,25 +42,24 @@

mitem_visible 3x


-
 mitem_visible(3x)                                     mitem_visible(3x)
 
 
 
 
 
-

NAME

+

NAME

        mitem_visible - check visibility of a menu item
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        bool item_visible(const ITEM *item);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        A  menu  item  is  visible  when it is in the portion of a
        posted menu that is mapped onto the screen (if the menu is
        scrollable,  in  particular,  this portion will be smaller
@@ -66,24 +67,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -91,7 +92,16 @@
 
                                                       mitem_visible(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/ncurses.3x.html b/doc/html/man/ncurses.3x.html index 7569e4df..fcd7c3c7 100644 --- a/doc/html/man/ncurses.3x.html +++ b/doc/html/man/ncurses.3x.html @@ -1,4 +1,3 @@ - + + + ncurses 3x @@ -40,30 +42,29 @@

ncurses 3x


-
 ncurses(3x)                                                 ncurses(3x)
 
 
 
 
 
-

NAME

+

NAME

        ncurses - CRT screen handling and optimization package
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  ncurses  library  routines  give the user a terminal-
        independent method of updating character screens with rea-
        sonable optimization.  This implementation is "new curses"
        (ncurses) and is the approved replacement for 4.4BSD clas-
        sic  curses,  which has been discontinued.  This describes
-       ncurses version 5.9 (patch 20141220).
+       ncurses version 5.9 (patch 20150215).
 
        The ncurses library emulates the curses library of  System
        V  Release  4  UNIX,  and  XPG4 (X/Open Portability Guide)
@@ -214,7 +215,9 @@
        clearing and redrawing a screen containing  garbage.   The
        curscr can be used in only a few routines.
 
-   Routine and Argument Names
+
+
+

Routine and Argument Names

        Many  curses routines have two or more versions.  The rou-
        tines prefixed with w require a window argument.  The rou-
        tines prefixed with p require a pad argument.  Those with-
@@ -297,7 +300,9 @@
                    ants:  a  "_w" is inserted into the name.  For
                    example, waddch becomes wadd_wch.
 
-   Routine Name Index
+
+
+

Routine Name Index

        The following table lists each curses routine and the name
        of  the  manual  page  on which it is described.  Routines
        flagged with `*' are ncurses-specific,  not  described  by
@@ -750,7 +755,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  that  return  an integer return ERR upon failure
        and an integer value other than ERR upon  successful  com-
        pletion,  unless  otherwise  noted in the routine descrip-
@@ -769,7 +774,7 @@
 
 
 
-

ENVIRONMENT

+

ENVIRONMENT

        The following environment symbols are useful for customiz-
        ing the runtime behavior of the ncurses library.  The most
        important ones have been already discussed in detail.
@@ -1135,7 +1140,7 @@
 
 
 
-

ALTERNATE CONFIGURATIONS

+

ALTERNATE CONFIGURATIONS

        Several different configurations are  possible,  depending
        on   the  configure  script  options  used  when  building
        ncurses.  There are a few main options whose  effects  are
@@ -1217,7 +1222,7 @@
 
 
 
-

FILES

+

FILES

        /usr/share/tabset
             directory containing  initialization  files  for  the
             terminal capability database /usr/share/terminfo ter-
@@ -1225,14 +1230,14 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        terminfo(5) and related pages whose  names  begin  "curs_"
        for detailed routine descriptions.
        curs_variables(3x)
 
 
 
-

EXTENSIONS

+

EXTENSIONS

        The  ncurses  library  can  be  compiled  with  an  option
        (-DUSE_GETCAP) that falls back to the old-style /etc/term-
        cap file if the terminal setup code cannot find a terminfo
@@ -1272,7 +1277,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The ncurses library is intended to be  BASE-level  confor-
        mant with XSI Curses.  The EXTENDED XSI Curses functional-
        ity (including color support) is supported.
@@ -1336,7 +1341,7 @@
 
 
 
-

NOTES

+

NOTES

        The  header  file  <curses.h>  automatically  includes the
        header files <stdio.h> and <unctrl.h>.
 
@@ -1347,7 +1352,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Zeyd  M.  Ben-Halim,  Eric  S.  Raymond, Thomas E. Dickey.
        Based on pcurses by Pavel Curtis.
 
@@ -1355,7 +1360,26 @@
 
                                                             ncurses(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/ncurses5-config.1.html b/doc/html/man/ncurses5-config.1.html index badc7ca8..c5cc400d 100644 --- a/doc/html/man/ncurses5-config.1.html +++ b/doc/html/man/ncurses5-config.1.html @@ -1,4 +1,3 @@ - + + + ncurses5-config 1 @@ -39,30 +41,29 @@

ncurses5-config 1


-
 ncurses5-config(1)                                   ncurses5-config(1)
 
 
 
 
 
-

NAME

+

NAME

        ncurses5-config - helper script for ncurses libraries
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        ncurses5-config [options]
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This is a shell script which simplifies configuring appli-
        cations against a particular set of ncurses libraries.
 
 
 
-

OPTIONS

+

OPTIONS

        --prefix
               echos the package-prefix of ncurses
 
@@ -116,16 +117,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x)
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                      ncurses5-config(1)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/panel.3x.html b/doc/html/man/panel.3x.html index 00fdf762..edd20fac 100644 --- a/doc/html/man/panel.3x.html +++ b/doc/html/man/panel.3x.html @@ -1,4 +1,3 @@ - + + + panel 3x @@ -39,19 +41,18 @@

panel 3x


-
 panel(3x)                                                     panel(3x)
 
 
 
 
 
-

NAME

+

NAME

        panel - panel stack extension for curses
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <panel.h>
 
        cc [flags] sourcefiles -lpanel -lncurses
@@ -74,7 +75,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Panels  are  curses(3x)  windows with the added feature of
        depth.  Panel functions allow the use of  stacked  windows
        and  ensure  the  proper  portions  of each window and the
@@ -95,7 +96,7 @@
 
 
 
-

FUNCTIONS

+

FUNCTIONS

        new_panel(win)
               allocates   a   PANEL structure, associates it with
               win, places the panel  on  the  top  of  the  stack
@@ -173,14 +174,14 @@
 
 
 
-

DIAGNOSTICS

+

DIAGNOSTICS

        Each  routine  that  returns  a pointer returns NULL if an
        error occurs. Each  routine  that  returns  an  int  value
        returns OK if it executes successfully and ERR if not.
 
 
 
-

COMPATIBILITY

+

COMPATIBILITY

        Reasonable  care  has been taken to  ensure  compatibility
        with  the  native  panel  facility  introduced  in  SVr3.2
        (inspection of the SVr4 manual pages suggests the program-
@@ -200,7 +201,7 @@
 
 
 
-

NOTE

+

NOTE

        In your library list, libpanel.a should  be  before  libn-
        curses.a;  that  is,  you want to say `-lpanel -lncurses',
        not the other way around (which would usually give a link-
@@ -208,21 +209,21 @@
 
 
 
-

FILES

+

FILES

        panel.h interface for the panels library
 
        libpanel.a the panels library itself
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_variables(3x),
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
-

AUTHOR

+

AUTHOR

        Originally   written   by   Warren  Tucker  <wht@n4hgf.mt-
        park.ga.us>, primarily to assist  in  porting  u386mon  to
        systems  without  a native panels library.  Repackaged for
@@ -232,7 +233,19 @@
 
                                                               panel(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/resizeterm.3x.html b/doc/html/man/resizeterm.3x.html index 658cc75f..15922973 100644 --- a/doc/html/man/resizeterm.3x.html +++ b/doc/html/man/resizeterm.3x.html @@ -1,4 +1,3 @@ - + + + resizeterm 3x @@ -40,20 +42,19 @@

resizeterm 3x


-
 resizeterm(3x)                                           resizeterm(3x)
 
 
 
 
 
-

NAME

+

NAME

        is_term_resized,  resize_term,  resizeterm  -  change  the
        curses terminal size
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        bool is_term_resized(int lines, int columns);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This is an extension to the curses library.   It  provides
        callers  with  a hook into the ncurses data to resize win-
        dows, primarily for use by programs running in an X Window
@@ -89,7 +90,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except as noted, these functions return  the  integer  ERR
        upon  failure and OK on success.  They will fail if either
        of the dimensions are less than or equal to zero, or if an
@@ -97,7 +98,7 @@
 
 
 
-

NOTES

+

NOTES

        While these functions are intended to be used to support a
        signal handler (i.e., for SIGWINCH), care should be  taken
        to  avoid invoking them in a context where malloc or real-
@@ -118,12 +119,12 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curs_getch(3x), curs_variables(3x), wresize(3x).
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas Dickey (from an equivalent function written in 1988
        for BSD curses).
 
@@ -131,7 +132,16 @@
 
                                                          resizeterm(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/tabs.1.html b/doc/html/man/tabs.1.html index e56ee4ff..e825e527 100644 --- a/doc/html/man/tabs.1.html +++ b/doc/html/man/tabs.1.html @@ -1,4 +1,3 @@ - + + + tabs 1 @@ -39,24 +41,23 @@

tabs 1


-
 tabs(1)                                                         tabs(1)
 
 
 
 
 
-

NAME

+

NAME

        tabs - set tabs on a terminal
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        tabs [options]] [tabstop-list]
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  tabs  program clears and sets tab-stops on the termi-
        nal.  This uses the terminfo  clear_all_tabs  and  set_tab
        capabilities.   If  either  is  absent,  tabs is unable to
@@ -67,8 +68,10 @@
 
 
 
-

OPTIONS

-   General Options
+

OPTIONS

+
+
+

General Options

        -Tname
             Tell tabs which terminal type to use.  If this option
             is not given, tabs will  use  the  $TERM  environment
@@ -92,7 +95,9 @@
        The last option to be processed which defines  a  list  is
        the one that determines the list to be processed.
 
-   Implicit Lists
+
+
+

Implicit Lists

        Use  a  single number as an option, e.g., "-5" to set tabs
        at the given interval (in this case  1,  6,  11,  16,  21,
        etc.).   Tabs  are  repeated up to the right margin of the
@@ -102,7 +107,9 @@
 
        Use "-8" to set tabs to the standard interval.
 
-   Explicit Lists
+
+
+

Explicit Lists

        An explicit list can be defined after  the  options  (this
        does  not  use  a "-").  The values in the list must be in
        increasing numeric order, and greater than zero.  They are
@@ -117,7 +124,9 @@
 
        which is equivalent to the 1,6,11,16,21 example.
 
-   Predefined Tab-Stops
+
+
+

Predefined Tab-Stops

        X/Open defines several predefined lists of tab stops.
 
        -a   Assembler, IBM S/370, first format
@@ -140,7 +149,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        X/Open describes a +m option, to set  a  terminal's  left-
        margin.   Very few of the entries in the terminal database
        provide this capability.
@@ -157,16 +166,31 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        tset(1), infocmp(1m), curses(3x), terminfo(5).
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                                 tabs(1)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/term.5.html b/doc/html/man/term.5.html index ced0a35f..ce6f5d4a 100644 --- a/doc/html/man/term.5.html +++ b/doc/html/man/term.5.html @@ -1,4 +1,3 @@ - + + + term 5 @@ -39,25 +41,26 @@

term 5


-
 term(5)                                                         term(5)
 
 
 
 
 
-

NAME

+

NAME

        term - format of compiled term file.
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        term
 
 
 
-

DESCRIPTION

-   STORAGE LOCATION
+

DESCRIPTION

+
+
+

STORAGE LOCATION

        Compiled terminfo descriptions are placed under the direc-
        tory /usr/share/terminfo.   Two  configurations  are  sup-
        ported (when building the ncurses libraries):
@@ -89,7 +92,9 @@
             directory  tree  for  entries  that  correspond to an
             existing directory, and hashed database otherwise.
 
-   STORAGE FORMAT
+
+
+

STORAGE FORMAT

        The format has been chosen so that it will be the same  on
        all  hardware.   An  8 or more bit byte is assumed, but no
        assumptions about byte  ordering  or  sign  extension  are
@@ -167,7 +172,9 @@
        the values of string capabilities referenced in the string
        section.  Each string is null terminated.
 
-   EXTENDED STORAGE FORMAT
+
+
+

EXTENDED STORAGE FORMAT

        The  previous  section describes the conventional terminfo
        binary format.  With some minor variations of the  offsets
        (see  PORTABILITY),  the same binary format is used in all
@@ -207,7 +214,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        Note that it is possible for setupterm to expect a differ-
        ent  set  of capabilities than are actually present in the
        file.  Either the database may  have  been  updated  since
@@ -233,7 +240,7 @@
 
 
 
-

EXAMPLE

+

EXAMPLE

        As  an  example, here is a hex dump of the description for
        the Lear-Siegler ADM-3, a  popular  though  rather  stupid
        early terminal:
@@ -271,24 +278,24 @@
 
 
 
-

LIMITS

+

LIMITS

        Some  limitations:  total  compiled  entries cannot exceed
        4096 bytes.  The name field cannot exceed 128 bytes.
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo/*/*  compiled terminal capability data
        base
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), terminfo(5).
 
 
 
-

AUTHORS

+

AUTHORS

        Thomas E. Dickey
        extended terminfo format for ncurses 5.0
        hashed database support for ncurses 5.6
@@ -299,7 +306,24 @@
 
                                                                 term(5)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/term.7.html b/doc/html/man/term.7.html index 10b2db59..455d1c7b 100644 --- a/doc/html/man/term.7.html +++ b/doc/html/man/term.7.html @@ -1,4 +1,3 @@ - + + + term 7 @@ -39,19 +41,18 @@

term 7


-
 term(7)                                                         term(7)
 
 
 
 
 
-

NAME

+

NAME

        term - conventions for naming terminal types
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  environment variable TERM should normally contain the
        type name of the terminal, console or display-device  type
        you  are  using.   This  information  is  critical for all
@@ -216,14 +217,14 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        For  maximum  compatibility  with  older  System V UNIXes,
        names and aliases should be unique  within  the  first  14
        characters.
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo/?/*
             compiled terminal capability data base
 
@@ -235,14 +236,21 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), terminfo(5), term(5).
 
 
 
                                                                 term(7)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/term_variables.3x.html b/doc/html/man/term_variables.3x.html index 931d95fc..647a0142 100644 --- a/doc/html/man/term_variables.3x.html +++ b/doc/html/man/term_variables.3x.html @@ -1,4 +1,3 @@ - + + + term_variables 3x @@ -39,21 +41,20 @@

term_variables 3x


-
 term_variables(3x)                                   term_variables(3x)
 
 
 
 
 
-

NAME

+

NAME

        SP, acs_map, boolcodes, boolfnames, boolnames, cur_term,
        numcodes, numfnames, numnames, strcodes, strfnames,
        strnames, ttytype - curses terminfo global variables
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        #include <term.h>
 
@@ -72,7 +73,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This  page summarizes variables provided by the curses li-
        brary's low-level terminfo interface.  A more complete de-
        scription is given in the curs_terminfo(3x) manual page.
@@ -83,7 +84,9 @@
        plications should treat them as read-only to avoid confus-
        ing the library.
 
-   Alternate Character Set Mapping
+
+
+

Alternate Character Set Mapping

        After  initializing the curses or terminfo interfaces, the
        acs_map array holds information used  to  translate  cells
        with  the  A_ALTCHARSET  video attribute into line-drawing
@@ -96,7 +99,9 @@
        The comparable data for the wide-character  library  is  a
        private variable.
 
-   Current Terminal Data
+
+
+

Current Terminal Data

        After  initializing the curses or terminfo interfaces, the
        cur_term contains data describing  the  current  terminal.
        This variable is also set as a side-effect of curs_initscr(3x)
@@ -107,7 +112,9 @@
        screens.  Alternatively, one can  save  the  return  value
        from newterm or setupterm to reuse in set_term.
 
-   Terminfo Names
+
+
+

Terminfo Names

        The  tic(1m)  and infocmp(1m) programs use lookup tables for
        the long and short names of terminfo capabilities, as well
        as  the  corresponding  names  for  termcap  capabilities.
@@ -123,20 +130,22 @@
        These  are  the  corresponding  names used for termcap de-
        scriptions: boolcodes, numcodes, and strcodes.
 
-   Terminal Type
+
+
+

Terminal Type

        On initialization of the curses  or  terminfo  interfaces,
        setupterm copies the terminal name to the array ttytype.
 
 
 
-

NOTES

+

NOTES

        The  low-level  terminfo  interface  is  initialized using
        curs_terminfo(3x).  The upper-level curses interface uses  the
        low-level terminfo interface, internally.
 
 
 
-

PORTABILITY

+

PORTABILITY

        X/Open  Curses  does  not describe any of these except for
        cur_term.  (The inclusion of cur_term  appears  to  be  an
        oversight, since other comparable low-level information is
@@ -148,7 +157,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),      curs_terminfo(3x),      curs_threads(3x),
        terminfo(5).
 
@@ -156,7 +165,22 @@
 
                                                      term_variables(3x)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/terminfo.5.html b/doc/html/man/terminfo.5.html index 6e101458..60546922 100644 --- a/doc/html/man/terminfo.5.html +++ b/doc/html/man/terminfo.5.html @@ -1,4 +1,3 @@ - + + + terminfo 5 File Formats @@ -54,31 +56,30 @@

terminfo 5 File Formats


-
 terminfo(5)                   File Formats                  terminfo(5)
 
 
 
 
 
-

NAME

+

NAME

        terminfo - terminal capability data base
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        /usr/share/terminfo/*/*
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Terminfo  is  a  data  base  describing terminals, used by
        screen-oriented programs  such  as  nvi(1),  rogue(1)  and
        libraries  such  as curses(3x).  Terminfo describes termi-
        nals by giving a set of capabilities which they  have,  by
        specifying how to perform screen operations, and by speci-
        fying padding requirements and  initialization  sequences.
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
        Entries in terminfo consist of a sequence of `,' separated
        fields (embedded commas may be escaped with a backslash or
@@ -132,7 +133,9 @@
        For more on terminal naming conventions, see  the  term(7)
        manual page.
 
-   Predefined Capabilities
+
+
+

Predefined Capabilities

        The  following  is  a  complete  table of the capabilities
        included in a terminfo description block and available  to
        terminfo-using code.  In each line of the table,
@@ -1022,7 +1025,9 @@
                                              tations use sL for
                                              termcap).
 
-   User-Defined Capabilities
+
+
+

User-Defined Capabilities

        The preceding section listed the predefined  capabilities.
        They  deal  with  some  special  features for terminals no
        longer (or possibly never) produced.   Occasionally  there
@@ -1064,7 +1069,9 @@
        of special named keys) is best done using the longer names
        available using terminfo.
 
-   A Sample Entry
+
+
+

A Sample Entry

        The following entry, describing an ANSI-standard terminal,
        is representative of what a terminfo entry  for  a  modern
        terminal typically looks like.
@@ -1114,7 +1121,9 @@
        o   string capabilities, which give a sequence  which  can
            be used to perform particular terminal operations.
 
-   Types of Capabilities
+
+
+

Types of Capabilities

        All  capabilities have names.  For instance, the fact that
        ANSI-standard terminals have automatic margins  (i.e.,  an
        automatic  return  and line-feed when the end of a line is
@@ -1185,7 +1194,9 @@
        To do this, put a period before the capability name.   For
        example, see the second ind in the example above.
 
-   Fetching Compiled Descriptions
+
+
+

Fetching Compiled Descriptions

        The  ncurses library searches for terminal descriptions in
        several places.  It uses only the first description found.
        The  library  has  a  compiled-in list of places to search
@@ -1221,7 +1232,9 @@
            o   the system terminfo directory, /usr/share/terminfo
                (the compiled-in default).
 
-   Preparing Descriptions
+
+
+

Preparing Descriptions

        We now outline how to prepare descriptions  of  terminals.
        The  most  effective way to prepare a terminal description
        is by imitating the description of a similar  terminal  in
@@ -1240,7 +1253,9 @@
        ally  needed.  A similar test can be used for insert char-
        acter.
 
-   Basic Capabilities
+
+
+

Basic Capabilities

        The number of columns on each line  for  the  terminal  is
        given  by the cols numeric capability.  If the terminal is
        a CRT, then the number of lines on the screen is given  by
@@ -1317,7 +1332,9 @@
                am, bel=^G, clear=^Z, cols#80, cr=^M, cub1=^H, cud1=^J,
                ind=^J, lines#24,
 
-   Parameterized Strings
+
+
+

Parameterized Strings

        Cursor  addressing  and other strings requiring parameters
        in the terminal are described by  a  parameterized  string
        capability,  with  printf-like  escapes  such as %x in it.
@@ -1446,7 +1463,9 @@
        ter.  Then the same is  done  for  the  second  parameter.
        More complex arithmetic is possible using the stack.
 
-   Cursor Motions
+
+
+

Cursor Motions

        If the terminal has a fast way to home the cursor (to very
        upper left corner of screen) then this  can  be  given  as
        home;  similarly  a fast way of getting to the lower left-
@@ -1485,7 +1504,9 @@
        rmcup sequence is output (to the state prior to outputting
        rmcup), specify nrrmc.
 
-   Area Clears
+
+
+

Area Clears

        If the terminal can clear from the current position to the
        end of the line, leaving the  cursor  where  it  is,  this
        should be given as el.  If the terminal can clear from the
@@ -1497,7 +1518,9 @@
        (Thus,  it can be simulated by a request to delete a large
        number of lines, if a true ed is not available.)
 
-   Insert/delete line and vertical motions
+
+
+

Insert/delete line and vertical motions

        If the terminal can open a new blank line before the  line
        where  the cursor is, this should be given as il1; this is
        done only from the first position of a line.   The  cursor
@@ -1559,7 +1582,9 @@
        lines up from below or that scrolling  back  with  ri  may
        bring down non-blank lines.
 
-   Insert/Delete Character
+
+
+

Insert/Delete Character

        There  are  two  basic kinds of intelligent terminals with
        respect to insert/delete character which can be  described
        using  terminfo.   The most common insert/delete character
@@ -1647,7 +1672,9 @@
        n  blanks  without  moving the cursor) can be given as ech
        with one parameter.
 
-   Highlighting, Underlining, and Visible Bells
+
+
+

Highlighting, Underlining, and Visible Bells

        If  your  terminal  has  one  or  more  kinds  of  display
        attributes,  these  can be represented in a number of dif-
        ferent ways.  You should choose one display form as stand-
@@ -1774,7 +1801,9 @@
        erasable with a blank, then this should  be  indicated  by
        giving eo.
 
-   Keypad and Function Keys
+
+
+

Keypad and Function Keys

        If the terminal has a keypad that transmits codes when the
        keys are pressed, this information  can  be  given.   Note
        that it is not possible to handle terminals where the key-
@@ -1854,7 +1883,9 @@
        or more pln sequences to make sure that the change becomes
        visible.
 
-   Tabs and Initialization
+
+
+

Tabs and Initialization

        If the terminal has hardware tabs, the command to  advance
        to  the  next tab stop can be given as ht (usually control
        I).  A "back-tab" command which moves leftward to the pre-
@@ -1932,7 +1963,9 @@
        described  by  this,  the sequence can be placed in is2 or
        if.
 
-   Delays and Padding
+
+
+

Delays and Padding

        Many older and slower  terminals  do  not  support  either
        XON/XOFF or DTR handshaking, including hard copy terminals
        and some very archaic CRTs (including,  for  example,  DEC
@@ -1958,7 +1991,9 @@
        ter as a pad, then this can be given  as  pad.   Only  the
        first character of the pad string is used.
 
-   Status Lines
+
+
+

Status Lines

        Some  terminals  have  an extra "status line" which is not
        normally used by software (and thus  not  counted  in  the
        terminal's lines capability).
@@ -1993,7 +2028,9 @@
        capabilities.  They are documented here in case they  ever
        become important.
 
-   Line Graphics
+
+
+

Line Graphics

        Many  terminals  have  alternate character sets useful for
        forms-drawing.  Terminfo and curses build in  support  for
        the  drawing  characters supported by the VT100, with some
@@ -2043,7 +2080,9 @@
        acter pairs right to left in sequence;  these  become  the
        ACSC string.
 
-   Color Handling
+
+
+

Color Handling

        Most  color  terminals are either "Tektronix-like" or "HP-
        like".  Tektronix-like terminals have a predefined set  of
        N  colors  (where N usually 8), and can set character-cell
@@ -2166,7 +2205,9 @@
        SVr4 curses does nothing with ncv, ncurses  recognizes  it
        and optimizes the output in favor of colors.
 
-   Miscellaneous
+
+
+

Miscellaneous

        If  the terminal requires other than a null (zero) charac-
        ter as a pad, then this can be given  as  pad.   Only  the
        first  character of the pad string is used.  If the termi-
@@ -2239,7 +2280,9 @@
        text,  including  mc4,  is  transparently  passed  to  the
        printer while an mc5p is in effect.
 
-   Glitches and Braindamage
+
+
+

Glitches and Braindamage

        Hazeltine  terminals, which do not allow "~" characters to
        be displayed should indicate hz.
 
@@ -2271,7 +2314,9 @@
        Other  specific  terminal  problems  may  be  corrected by
        adding more capabilities of the form xx.
 
-   Similar Terminals
+
+
+

Similar Terminals

        If there are two very similar terminals, one (the variant)
        can  be  defined  as  being just like the other (the base)
        with certain exceptions.  In the definition of  the  vari-
@@ -2295,7 +2340,9 @@
        labels when in visual mode.  This is useful for  different
        modes for a terminal, or for different user preferences.
 
-   Pitfalls of Long Entries
+
+
+

Pitfalls of Long Entries

        Long  terminfo  entries  are  unlikely to be a problem; to
        date, no entry has even  approached  terminfo's  4096-byte
        string-table maximum.  Unfortunately, the termcap transla-
@@ -2380,7 +2427,9 @@
        (check) option also checks resolved (after  tc  expansion)
        lengths.
 
-   Binary Compatibility
+
+
+

Binary Compatibility

        It  is not wise to count on portability of binary terminfo
        entries between commercial UNIX versions.  The problem  is
        that  there  are  at least two versions of terminfo (under
@@ -2391,7 +2440,7 @@
 
 
 
-

EXTENSIONS

+

EXTENSIONS

        Searching for terminal descriptions in $HOME/.terminfo and
        TERMINFO_DIRS is not supported by older implementations.
 
@@ -2461,19 +2510,19 @@
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo/?/*  files     containing     terminal
                                 descriptions
 
 
 
-

SEE ALSO

+

SEE ALSO

        tic(1m),   infocmp(1m),  curses(3x),  printf(3),  term(5).
        term_variables(3x).
 
 
 
-

AUTHORS

+

AUTHORS

        Zeyd M. Ben-Halim, Eric  S.  Raymond,  Thomas  E.  Dickey.
        Based on pcurses by Pavel Curtis.
 
@@ -2481,7 +2530,43 @@
 
                                                             terminfo(5)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/tic.1m.html b/doc/html/man/tic.1m.html index 870c06f1..a45e6e9d 100644 --- a/doc/html/man/tic.1m.html +++ b/doc/html/man/tic.1m.html @@ -1,4 +1,3 @@ - + + + tic 1m @@ -39,25 +41,24 @@

tic 1m


-
 tic(1m)                                                         tic(1m)
 
 
 
 
 
-

NAME

+

NAME

        tic - the terminfo entry-description compiler
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        tic  [-01CDGIKLNTUVacfgrstx]  [-e names] [-o dir] [-R sub-
        set] [-v[n]] [-w[n]] file
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The tic command translates a  terminfo  file  from  source
        format  into compiled format.  The compiled format is nec-
        essary for use with the library routines in ncurses(3x).
@@ -117,7 +118,9 @@
 
        o   the system terminfo database (/usr/share/terminfo).
 
-   OPTIONS
+
+
+

OPTIONS

        -0     restricts the output to a single line
 
        -1     restricts the output to a single column
@@ -304,7 +307,9 @@
             whose name begins with "k" are  treated  as  function
             keys.
 
-   PARAMETERS
+
+
+

PARAMETERS

        file   contains one or more terminfo terminal descriptions
               in source format [see terminfo(5)].  Each  descrip-
               tion  in  the  file describes the capabilities of a
@@ -314,7 +319,9 @@
               standard input.  The file parameter may also be the
               path of a character-device.
 
-   PROCESSING
+
+
+

PROCESSING

        All but one of the capabilities recognized by tic are doc-
        umented in terminfo(5).  The exception is the use capabil-
        ity.
@@ -341,7 +348,7 @@
 
 
 
-

COMPATIBILITY

+

COMPATIBILITY

        There is some evidence that historic  tic  implementations
        treated  description  fields with no whitespace in them as
        additional aliases or short names.  This tic does  not  do
@@ -350,7 +357,7 @@
 
 
 
-

EXTENSIONS

+

EXTENSIONS

        Unlike the SVr4 tic command, this implementation can actu-
        ally  compile  termcap  sources.  In fact, entries in ter-
        minfo and termcap syntax can be mixed in a  single  source
@@ -379,21 +386,21 @@
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo/?/*
             Compiled terminal description database.
 
 
 
-

SEE ALSO

+

SEE ALSO

        infocmp(1m),   captoinfo(1m),   infotocap(1m),    toe(1m),
        curses(3x), term(5).  terminfo(5).
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
-

AUTHOR

+

AUTHOR

        Eric S. Raymond <esr@snark.thyrsus.com> and
        Thomas E. Dickey <dickey@invisible-island.net>
 
@@ -401,7 +408,23 @@
 
                                                                 tic(1m)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/toe.1m.html b/doc/html/man/toe.1m.html index 3404f254..6dacc158 100644 --- a/doc/html/man/toe.1m.html +++ b/doc/html/man/toe.1m.html @@ -1,4 +1,3 @@ - + + + toe 1m @@ -39,24 +41,23 @@

toe 1m


-
 toe(1m)                                                         toe(1m)
 
 
 
 
 
-

NAME

+

NAME

        toe - table of (terminfo) entries
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        toe [-v[n]] [-ahsuUV] file...
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        With no options, toe lists all available terminal types by
        primary name with descriptions.   File  arguments  specify
        the  directories  to  be scanned; if no such arguments are
@@ -109,23 +110,30 @@
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo/?/*
             Compiled terminal description database.
 
 
 
-

SEE ALSO

+

SEE ALSO

        tic(1m),    infocmp(1m),   captoinfo(1m),   infotocap(1m),
        curses(3x), terminfo(5).
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                                 toe(1m)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index 17eccfe4..c169f053 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -1,4 +1,3 @@ - + + + tput 1 @@ -40,20 +42,19 @@

tput 1


-
 tput(1)                                                         tput(1)
 
 
 
 
 
-

NAME

+

NAME

        tput,  reset  -  initialize  a  terminal or query terminfo
        database
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        tput [-Ttype] capname [parms ... ]
        tput [-Ttype] init
        tput [-Ttype] reset
@@ -63,7 +64,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The tput utility uses the terminfo database  to  make  the
        values  of terminal-dependent capabilities and information
        available to the shell (see sh(1)), to initialize or reset
@@ -173,7 +174,7 @@
 
 
 
-

EXAMPLES

+

EXAMPLES

        tput init
             Initialize the terminal according to the type of ter-
             minal  in the environmental variable TERM.  This com-
@@ -238,7 +239,7 @@
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo
               compiled terminal description database
 
@@ -251,7 +252,7 @@
 
 
 
-

EXIT CODES

+

EXIT CODES

        If the -S option is used, tput checks for errors from each
        line, and if any errors are found, will set the exit  code
        to  4  plus the number of lines with errors.  If no errors
@@ -289,7 +290,7 @@
 
 
 
-

DIAGNOSTICS

+

DIAGNOSTICS

        tput prints the following error messages and sets the cor-
        responding exit codes.
 
@@ -307,7 +308,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  longname  and -S options, and the parameter-substitu-
        tion features used in the cup example, are  not  supported
        in BSD curses or in AT&T/USL curses before SVr4.
@@ -335,16 +336,27 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        clear(1), stty(1), tabs(1), terminfo(5), curs_termcap(3x).
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                                 tput(1)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/tset.1.html b/doc/html/man/tset.1.html index 5852c79e..a6a3408f 100644 --- a/doc/html/man/tset.1.html +++ b/doc/html/man/tset.1.html @@ -1,4 +1,3 @@ - + + + tset 1 @@ -39,19 +41,18 @@

tset 1


-
 tset(1)                                                         tset(1)
 
 
 
 
 
-

NAME

+

NAME

        tset, reset - terminal initialization
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        tset  [-IQVcqrsw] [-] [-e ch] [-i ch] [-k ch] [-m mapping]
        [terminal]
        reset [-IQVcqrsw] [-] [-e ch] [-i ch] [-k ch] [-m mapping]
@@ -59,7 +60,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Tset  initializes  terminals.   Tset  first determines the
        type of terminal that you are using.   This  determination
        is done as follows, using the first terminal type found.
@@ -159,7 +160,7 @@
 
 
 
-

SETTING THE ENVIRONMENT

+

SETTING THE ENVIRONMENT

        It is often desirable  to  enter  the  terminal  type  and
        information  about  the  terminal's  capabilities into the
        shell's environment.  This is done using the -s option.
@@ -177,7 +178,7 @@
 
 
 
-

TERMINAL TYPE MAPPING

+

TERMINAL TYPE MAPPING

        When the terminal is not hardwired into the system (or the
        current system information is incorrect) the terminal type
        derived  from the /etc/ttys file or the TERM environmental
@@ -237,7 +238,7 @@
 
 
 
-

HISTORY

+

HISTORY

        The tset command appeared in BSD 3.0.  The ncurses  imple-
        mentation  was lightly adapted from the 4.4BSD sources for
        a terminfo environment by Eric S. Raymond <esr@snark.thyr-
@@ -245,7 +246,7 @@
 
 
 
-

COMPATIBILITY

+

COMPATIBILITY

        The  tset  utility has been provided for backward-compati-
        bility with BSD environments (under  most  modern  UNIXes,
        /etc/inittab  and  getty(1) can set TERM appropriately for
@@ -287,7 +288,7 @@
 
 
 
-

ENVIRONMENT

+

ENVIRONMENT

        The tset command uses these environment variables:
 
        SHELL
@@ -305,7 +306,7 @@
 
 
 
-

FILES

+

FILES

        /etc/ttys
             system  port  name  to terminal type mapping database
             (BSD versions only).
@@ -315,17 +316,29 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        csh(1),   sh(1),   stty(1),   curs_terminfo(3x),   tty(4),
        terminfo(5), ttys(5), environ(7)
 
-       This describes ncurses version 5.9 (patch 20141220).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                                 tset(1)
 
-
-Man(1) output converted with man2html + diff --git a/doc/html/man/wresize.3x.html b/doc/html/man/wresize.3x.html index 7c2dff56..c817db46 100644 --- a/doc/html/man/wresize.3x.html +++ b/doc/html/man/wresize.3x.html @@ -1,4 +1,3 @@ - + + + wresize 3x @@ -40,26 +42,25 @@

wresize 3x


-
 wresize(3x)                                                 wresize(3x)
 
 
 
 
 
-

NAME

+

NAME

        wresize - resize a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int wresize(WINDOW *win, int lines, int columns);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This  is  an  extension to the curses library.  It reallo-
        cates storage for an ncurses window to adjust  its  dimen-
        sions  to  the  specified  values.  If either dimension is
@@ -69,7 +70,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function returns the integer ERR upon failure  and  OK
        on success.  It will fail if either of the dimensions less
        than or equal  to  zero,  or  if  an  error  occurs  while
@@ -77,7 +78,7 @@
 
 
 
-

NOTES

+

NOTES

        The only restriction placed on the dimensions is that they
        be greater than zero.  The dimensions are not compared  to
        curses   screen   dimensions  to  simplify  the  logic  of
@@ -86,12 +87,12 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        resizeterm(3x).
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas Dickey (from an equivalent function written in 1988
        for BSD curses).
 
@@ -99,7 +100,16 @@
 
                                                             wresize(3x)
 
-
-Man(1) output converted with man2html + diff --git a/package/debian-mingw/changelog b/package/debian-mingw/changelog index 3ee42a99..6d84a3bb 100644 --- a/package/debian-mingw/changelog +++ b/package/debian-mingw/changelog @@ -1,8 +1,8 @@ -ncurses6 (5.9+20150131) unstable; urgency=low +ncurses6 (5.9+20150214) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sun, 25 Jan 2015 06:39:18 -0500 + -- Thomas E. Dickey Sat, 14 Feb 2015 20:12:52 -0500 ncurses6 (5.9-20131005) unstable; urgency=low diff --git a/package/debian-mingw64/changelog b/package/debian-mingw64/changelog index 3ee42a99..6d84a3bb 100644 --- a/package/debian-mingw64/changelog +++ b/package/debian-mingw64/changelog @@ -1,8 +1,8 @@ -ncurses6 (5.9+20150131) unstable; urgency=low +ncurses6 (5.9+20150214) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sun, 25 Jan 2015 06:39:18 -0500 + -- Thomas E. Dickey Sat, 14 Feb 2015 20:12:52 -0500 ncurses6 (5.9-20131005) unstable; urgency=low diff --git a/package/debian/changelog b/package/debian/changelog index 440e6085..f5e07d7d 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,8 +1,8 @@ -ncurses6 (5.9+20150131) unstable; urgency=low +ncurses6 (5.9+20150214) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sun, 25 Jan 2015 06:39:18 -0500 + -- Thomas E. Dickey Sat, 14 Feb 2015 20:12:52 -0500 ncurses6 (5.9-20120608) unstable; urgency=low diff --git a/package/mingw-ncurses.nsi b/package/mingw-ncurses.nsi index d2aeb2ce..146bde29 100644 --- a/package/mingw-ncurses.nsi +++ b/package/mingw-ncurses.nsi @@ -1,4 +1,4 @@ -; $Id: mingw-ncurses.nsi,v 1.83 2015/01/25 11:39:18 tom Exp $ +; $Id: mingw-ncurses.nsi,v 1.87 2015/02/15 01:13:13 tom Exp $ ; TODO add examples ; TODO bump ABI to 6 @@ -10,7 +10,7 @@ !define VERSION_MAJOR "5" !define VERSION_MINOR "9" !define VERSION_YYYY "2015" -!define VERSION_MMDD "0131" +!define VERSION_MMDD "0214" !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} !define MY_ABI "5" diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index 474f4265..3ead6c4d 100644 --- a/package/mingw-ncurses.spec +++ b/package/mingw-ncurses.spec @@ -3,7 +3,7 @@ Summary: shared libraries for terminal handling Name: mingw32-ncurses6 Version: 5.9 -Release: 20150131 +Release: 20150214 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/package/ncurses.spec b/package/ncurses.spec index 166c7aa7..a69a1a14 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 5.9 -Release: 20150131 +Release: 20150214 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/package/ncursest.map b/package/ncursest.map index 4691cb51..541bb6eb 100644 --- a/package/ncursest.map +++ b/package/ncursest.map @@ -1,40 +1,40 @@ -# $Id: ncursest.map,v 1.26 2015/01/31 19:13:59 tom Exp $ +# $Id: ncursest.map,v 1.27 2015/02/08 00:32:36 tom Exp $ # script for shared library symbol-versioning using ld # # This file was generated by ncu-mapsyms # Configure options (5.7.20081102) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-weak-symbols --with-pthread --with-termlib --with-trace --without-cxx-binding # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding # Configure options (5.8.20110226) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib=tinfot --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --with-broken_linker --with-pthread --with-termlib=tinfot --with-ticlib --with-trace --without-cxx-binding # Configure options (5.9.20110404) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib=tinfot --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --with-broken_linker --with-pthread --with-termlib=tinfot --with-ticlib --with-trace --without-cxx-binding # Configure options (5.9.current) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-pthread --with-termlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfot --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib=tinfot --with-ticlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --with-broken_linker --with-pthread --with-termlib=tinfot --with-ticlib --with-trace NCURSES_TIC_5.0.19991023 { global: @@ -348,6 +348,7 @@ NCURSES_TINFO_5.7.20081102 { _nc_screen_of; _nc_set_no_padding; _nc_set_tputs_trace; + _nc_sigprocmask; _nc_stdscr; _nc_strcodes; _nc_strfnames; diff --git a/package/ncursest.sym b/package/ncursest.sym index 868e3386..bb544c7b 100644 --- a/package/ncursest.sym +++ b/package/ncursest.sym @@ -1,40 +1,40 @@ -# $Id: ncursest.sym,v 1.20 2015/01/31 22:26:04 tom Exp $ +# $Id: ncursest.sym,v 1.22 2015/02/08 00:12:05 tom Exp $ # script for shared library symbol-visibility using libtool # # This file was generated by ncu-mapsyms # Configure options (5.7.20081102) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-weak-symbols --with-pthread --with-termlib --with-trace --without-cxx-binding # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding # Configure options (5.8.20110226) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib=tinfot --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --with-broken_linker --with-pthread --with-termlib=tinfot --with-ticlib --with-trace --without-cxx-binding # Configure options (5.9.20110404) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib=tinfot --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --with-broken_linker --with-pthread --with-termlib=tinfot --with-ticlib --with-trace --without-cxx-binding # Configure options (5.9.current) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-pthread --with-termlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfot --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --with-pthread --with-termlib=tinfot --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --with-hashed-db --with-pthread --with-termlib=tinfot --with-ticlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --with-broken_linker --with-pthread --with-termlib=tinfot --with-ticlib --with-trace BC COLOR_PAIR PAIR_NUMBER @@ -185,6 +185,7 @@ _nc_set_tty_mode_sp _nc_set_type _nc_set_writedir _nc_setupterm +_nc_sigprocmask _nc_stdscr _nc_str_copy _nc_str_init diff --git a/package/ncursestw.map b/package/ncursestw.map index ec37052c..a5b65480 100644 --- a/package/ncursestw.map +++ b/package/ncursestw.map @@ -1,40 +1,40 @@ -# $Id: ncursestw.map,v 1.27 2015/01/31 19:13:59 tom Exp $ +# $Id: ncursestw.map,v 1.28 2015/02/08 00:21:37 tom Exp $ # script for shared library symbol-versioning using ld # # This file was generated by ncu-mapsyms # Configure options (5.7.20081102) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-weak-symbols --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-widec --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding # Configure options (5.8.20110226) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-widec --with-broken_linker --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace --without-cxx-binding # Configure options (5.9.20110404) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-widec --with-broken_linker --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace --without-cxx-binding # Configure options (5.9.current) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-widec --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-widec --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-widec --with-broken_linker --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace NCURSES_TIC_5.0.19991023 { global: @@ -348,6 +348,7 @@ NCURSES_TINFO_5.7.20081102 { _nc_screen_of; _nc_set_no_padding; _nc_set_tputs_trace; + _nc_sigprocmask; _nc_stdscr; _nc_strcodes; _nc_strfnames; diff --git a/package/ncursestw.sym b/package/ncursestw.sym index 4b470043..216d71e3 100644 --- a/package/ncursestw.sym +++ b/package/ncursestw.sym @@ -1,40 +1,40 @@ -# $Id: ncursestw.sym,v 1.19 2015/01/31 22:23:42 tom Exp $ +# $Id: ncursestw.sym,v 1.20 2015/02/08 00:16:07 tom Exp $ # script for shared library symbol-visibility using libtool # # This file was generated by ncu-mapsyms # Configure options (5.7.20081102) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-weak-symbols --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-widec --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding # Configure options (5.8.20110226) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-widec --with-broken_linker --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace --without-cxx-binding # Configure options (5.9.20110404) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace --without-cxx-binding +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-widec --with-broken_linker --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace --without-cxx-binding # Configure options (5.9.current) -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-widec --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-widec --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-widec --with-pthread --with-termlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib --with-ticlib --with-trace -# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-widec --with-broken_linker --with-pthread --with-termlib --with-ticlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-tabs --enable-termcap --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-interop --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-reentrant --enable-sp-funcs --enable-widec --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-broken_linker --with-hashed-db --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-sp-funcs --enable-weak-symbols --enable-widec --with-pthread --with-termlib=tinfotw --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-wgetch-events --enable-widec --with-hashed-db --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace +# --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --enable-weak-symbols --enable-widec --with-broken_linker --with-pthread --with-termlib=tinfotw --with-ticlib --with-trace BC COLOR_PAIR PAIR_NUMBER @@ -185,6 +185,7 @@ _nc_set_tty_mode_sp _nc_set_type _nc_set_writedir _nc_setupterm +_nc_sigprocmask _nc_stdscr _nc_str_copy _nc_str_init diff --git a/package/ncursesw.map b/package/ncursesw.map index 222d0889..97b8ea93 100644 --- a/package/ncursesw.map +++ b/package/ncursesw.map @@ -1,4 +1,4 @@ -# $Id: ncursesw.map,v 1.32 2015/01/31 19:13:59 tom Exp $ +# $Id: ncursesw.map,v 1.34 2015/02/08 00:35:12 tom Exp $ # script for shared library symbol-versioning using ld # # This file was generated by ncu-mapsyms diff --git a/package/ncursesw.sym b/package/ncursesw.sym index 3c975896..cfcb618f 100644 --- a/package/ncursesw.sym +++ b/package/ncursesw.sym @@ -1,4 +1,4 @@ -# $Id: ncursesw.sym,v 1.20 2015/01/31 22:24:35 tom Exp $ +# $Id: ncursesw.sym,v 1.22 2015/02/08 00:35:55 tom Exp $ # script for shared library symbol-visibility using libtool # # This file was generated by ncu-mapsyms