Files:
  https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20250913.tgz
  
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20250913.tgz.asc
  
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20250913.tgz
  
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20250913.tgz.asc
  
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20250913.tgz
  
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20250913.tgz.asc
  https://invisible-island.net/archives/ncurses/6.5/MD5sums
  https://invisible-island.net/archives/ncurses/6.5/dev-patches.zip
  
https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20250913.patch.gz
  
https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20250913.patch.gz.asc
  https://invisible-island.net/archives/ncurses/current/ncurses-6.5-20250913.tgz
  
https://invisible-island.net/archives/ncurses/current/ncurses-6.5-20250913.tgz.asc
  https://invisible-island.net/archives/ncurses/win32/mingw32-20250913.zip
  https://invisible-island.net/archives/ncurses/win32/mingw64-20250913.zip

 ncurses 6.5 - patch 20250913 - Thomas E. Dickey

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

 Ncurses 6.5 is at
   https://invisible-island.net/archives/ncurses/
   https://invisible-mirror.net/archives/ncurses/
   https://ftp.gnu.org/gnu/ncurses/

 Patches for ncurses 6.5 can be found at
   https://invisible-island.net/archives/ncurses/6.5
   https://invisible-mirror.net/archives/ncurses/6.5

 ------------------------------------------------------------------------------
 https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20250913.patch.gz
 patch by Thomas E. Dickey <[email protected]>
 created  Sat Sep 13 23:54:07 UTC 2025
 ------------------------------------------------------------------------------
 NEWS                                    |   22 
 VERSION                                 |    2 
 aclocal.m4                              |   24 
 configure                               | 3493 +++++++++++++++---------------
 configure.in                            |   16 
 dist.mk                                 |    4 
 doc/html/NCURSES-Programming-HOWTO.html |   21 
 misc/run_tic.in                         |   77 
 ncurses/base/lib_mouse.c                |   62 
 ncurses/curses.priv.h                   |    5 
 ncurses/tinfo/MKfallback.sh             |   25 
 ncurses/wcwidth.h                       | 1068 +++++----
 ncurses/widechar/charable.c             |    9 
 package/debian-mingw/changelog          |    4 
 package/debian-mingw64/changelog        |    4 
 package/debian/changelog                |    4 
 package/mingw-ncurses.nsi               |    4 
 package/mingw-ncurses.spec              |    6 
 package/ncurses.spec                    |    6 
 package/ncursest.spec                   |    6 
 20 files changed, 2576 insertions(+), 2286 deletions(-)
 ------------------------------------------------------------------------------
 
20250913
        + update ncurses-howto.
        + modify MKfallback.sh to eliminate TERMINFO environment variable.
        + improve checks in run_tic.sh script, change some variable names to
          reduce packager confusion (report by Stas Sergeev).
        + disallow configure options which apply only to multiuser systems, to
          improve ports to single-user systems such as Haiku (report by Stas
          Sergeev).
        + update ncurses/wcwidth.c, for MinGW ports, from xterm.
        + correct _nc_to_char() for the case when wctob() is not found by
          configure script (report/patch by Benno Schulenberg).
        > patches by Robin Haberkorn
          + modify handle_wheel case 2 to ignore the event as in case 1 for
            mouse version 1, since that corresponds to a button 6 or 7 event
            which is not supported with ABI 6.
          + use separate read/write pointers in the mouse event queue to work
            with too-close events for the click-detection to work reliably,
            and further improve that in case mouseinterval(0) is used to
            suppress click-detection.


-- 
Thomas E. Dickey <[email protected]>
https://invisible-island.net

Attachment: signature.asc
Description: PGP signature

Reply via email to