bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.5-20061104.patch.gz


From: Thomas Dickey
Subject: ncurses-5.5-20061104.patch.gz
Date: Sat, 04 Nov 2006 20:18:38 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.5 - patch 20061104 - T.Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.5 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.5 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.5

 ------------------------------------------------------------------------------
 MANIFEST                             |    2 
 NEWS                                 |   11 +-
 dist.mk                              |    4 
 form/frm_def.c                       |   19 ++-
 form/frm_driver.c                    |   19 ++-
 man/curs_terminfo.3x                 |    6 -
 man/form.3x                          |   55 +++++-----
 man/form_cursor.3x                   |   17 +--
 man/form_driver.3x                   |   29 ++---
 man/form_field.3x                    |   25 ++--
 man/form_field_attributes.3x         |   13 +-
 man/form_field_buffer.3x             |   15 ++
 man/form_field_info.3x               |   10 -
 man/form_field_just.3x               |    8 -
 man/form_field_new.3x                |   22 +++-
 man/form_field_opts.3x               |   13 +-
 man/form_field_userptr.3x            |   18 +--
 man/form_field_validation.3x         |    8 -
 man/form_fieldtype.3x                |   27 +++--
 man/form_hook.3x                     |    6 -
 man/form_new.3x                      |   24 +++-
 man/form_new_page.3x                 |    8 -
 man/form_opts.3x                     |    6 -
 man/form_page.3x                     |   21 ++--
 man/form_post.3x                     |   31 +++---
 man/form_requestname.3x              |    5 
 man/form_userptr.3x                  |   18 +--
 man/form_win.3x                      |   12 +-
 man/menu.3x                          |   44 ++++----
 man/menu_attributes.3x               |    8 -
 man/menu_cursor.3x                   |   12 +-
 man/menu_driver.3x                   |   20 +--
 man/menu_format.3x                   |   13 +-
 man/menu_hook.3x                     |    6 -
 man/menu_items.3x                    |   24 ++--
 man/menu_mark.3x                     |   18 +--
 man/menu_new.3x                      |   17 ++-
 man/menu_opts.3x                     |    8 -
 man/menu_pattern.3x                  |   27 +++--
 man/menu_post.3x                     |   18 +--
 man/menu_requestname.3x              |   12 +-
 man/menu_userptr.3x                  |   18 +--
 man/menu_win.3x                      |   12 +-
 man/mitem_current.3x                 |   21 ++--
 man/mitem_name.3x                    |   11 +-
 man/mitem_new.3x                     |   21 ++--
 man/mitem_opts.3x                    |    6 -
 man/mitem_userptr.3x                 |   18 +--
 man/mitem_value.3x                   |    8 -
 menu/m_new.c                         |    8 -
 menu/m_pattern.c                     |    6 -
 ncurses-5.5-20061104/test/echochar.c |  158 ++++++++++++++++++++++++++++++
 ncurses-5.5-20061104/test/redraw.c   |  169 +++++++++++++++++++++++++++++++++
 ncurses/base/lib_redrawln.c          |   13 +-
 test/README                          |  139 ++++++++++++++-------------
 test/demo_keyok.c                    |    4 
 test/dots.c                          |   16 ++-
 test/modules                         |    4 
 test/programs                        |    4 
 59 files changed, 887 insertions(+), 428 deletions(-)
 ------------------------------------------------------------------------------

20061104
        + fix redrawing of windows other than stdscr using wredrawln() by
          touching the corresponding rows in curscr (discussion with Dan
          Gookin).
        + add test/redraw.c
        + add test/echochar.c
        + review/cleanup manpage descriptions of error-returns for form- and
          menu-libraries (prompted by FreeBSD docs/46196).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]