ncurses-5.7-20090912.patch.gz

View: New views
1 Messages — Rating Filter:   Alert me  

ncurses-5.7-20090912.patch.gz

by Thomas Dickey-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 ncurses 5.7 - patch 20090912 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20090912.patch.gz
 patch by Thomas E. Dickey <dickey@...>
 created  Sun Sep 13 01:17:05 UTC 2009
 ------------------------------------------------------------------------------
 MANIFEST                                    |    5
 NEWS                                        |   13
 dist.mk                                     |    4
 ncurses-5.7-20090912/test/linedata.h        |  100 ++++
 ncurses-5.7-20090912/test/test_add_wchstr.c |  547 ++++++++++++++++++++++++++
 ncurses-5.7-20090912/test/test_addchstr.c   |  462 +++++++++++++++++++++
 ncurses-5.7-20090912/test/test_addstr.c     |  428 ++++++++++++++++++++
 ncurses-5.7-20090912/test/test_addwstr.c    |  511 ++++++++++++++++++++++++
 ncurses/base/lib_insch.c                    |   12
 ncurses/curses.priv.h                       |    6
 ncurses/widechar/lib_ins_wch.c              |    4
 test/README                                 |  158 +++----
 test/ins_wide.c                             |   45 --
 test/inserts.c                              |   26 -
 test/modules                                |   10
 test/programs                               |    6
 16 files changed, 2198 insertions(+), 139 deletions(-)
 ------------------------------------------------------------------------------

20090912
        + add some test programs (and make these use the same special keys
          by sharing linedata.h functions):
          test/test_addstr.c
          test/test_addwstr.c
          test/test_addchstr.c
          test/test_add_wchstr.c
        + correct internal _nc_insert_ch() to use _nc_insert_wch() when
          inserting wide characters, since the wins_wch() function that it used
          did not update the cursor position (report by Ciprian Craciun).

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


_______________________________________________
Bug-ncurses mailing list
Bug-ncurses@...
http://lists.gnu.org/mailman/listinfo/bug-ncurses

signature.asc (204 bytes) Download Attachment