X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fncurses-intro.html;fp=doc%2Fhtml%2Fncurses-intro.html;h=89f44dc5f7449399a4e161fa19ef7e4acced6deb;hp=3500e7a6f84636edb04b3297d8d917d9ba8cb15c;hb=a8987e73ec254703634802b4f7ee30d3a485524d;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/ncurses-intro.html b/doc/html/ncurses-intro.html index 3500e7a6..89f44dc5 100644 --- a/doc/html/ncurses-intro.html +++ b/doc/html/ncurses-intro.html @@ -1,11 +1,12 @@ Writing Programs with NCURSES + @@ -221,16 +222,11 @@ maintainer of this package is <esr@snark.thyrsus.com> wrote many of the new features in versions after 1.8.1 and wrote most of this introduction. -Jürgen Pfeifer +Jürgen Pfeifer wrote all of the menu and forms code as well as the Ada95 binding. Ongoing work is being done by -Thomas Dickey -and -Jürgen Pfeifer. -Florian La Roche -acts as the maintainer for the Free Software Foundation, which holds the -copyright on ncurses. +Thomas Dickey (maintainer). Contact the current maintainers at bug-ncurses@gnu.org.

@@ -613,6 +609,7 @@ Presently, mouse event reporting works in the following environments:

  • xterm and similar programs such as rxvt.
  • Linux console, when configured with gpm(1), Alessandro Rubini's mouse server. +
  • FreeBSD sysmouse (console)
  • OS/2 EMX

    @@ -2519,13 +2516,13 @@ By default, all options are on. Here are the available option bits:

    O_NL_OVERLOAD
    Enable overloading of REQ_NEW_LINE as described in Editing Requests. The value of this option is +href="#fedit">Editing Requests. The value of this option is ignored on dynamic fields that have not reached their size limit; these have no last line, so the circumstances for triggering a REQ_NEXT_FIELD never arise.
    O_BS_OVERLOAD
    Enable overloading of REQ_DEL_PREV as described in -Editing Requests. +Editing Requests.
    The option values are bit-masks and can be composed with logical-or in