]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.3 - patch 20220430
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 May 2022 00:03:53 +0000 (00:03 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 1 May 2022 00:03:53 +0000 (00:03 +0000)
commit47c323416bb23200896a311ceadbea794b0eb3a6
tree730196244ca2c3c0fae477f48adfc7afb71e02a4
parent20db1fb41ec91cd8a1f528e770362092c5403378
ncurses 6.3 - patch 20220430

+ modify samples for xterm mouse 1002/1003 modes to use 1006 mode, and
  also provide for focus in/out responses -TD
+ modify default case in handle_wheel() to always report button-release
  events, e.g., for xterm mouse mode 1003 (patch by Leonid S Usov).
+ improve valid_entryname() to disallow characters used in terminfo
  syntax: '#', '=', '|', '\'.
+ alter copy_termtype() to allocate new str_table and ext_str_table
  data rather than relying upon its callers.
+ use calloc in _nc_init_entry() when allocating stringbuf, to ensure
  it is initialized.
+ add library-level TYPE_CALLOC for consistency with TYPE_MALLOC.
+ add some debug-traces for tic/infocmp.
20 files changed:
NEWS
VERSION
dist.mk
misc/terminfo.src
ncurses/base/lib_color.c
ncurses/base/lib_mouse.c
ncurses/curses.priv.h
ncurses/tinfo/alloc_entry.c
ncurses/tinfo/alloc_ttype.c
ncurses/tinfo/comp_parse.c
ncurses/tinfo/comp_scan.c
ncurses/tinfo/parse_entry.c
ncurses/tinfo/read_entry.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec