diff --git a/CMakeLists.txt b/CMakeLists.txt index 21ce51eb3..edcca9bd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # 3.14.0 introduced NAME_WLE cmake_minimum_required(VERSION 3.14.0) -project(notcurses VERSION 3.0.9 +project(notcurses VERSION 3.10.0 DESCRIPTION "Blingful UI for modern terminal emulators" HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses" LANGUAGES C) diff --git a/NEWS.md b/NEWS.md index 306bab97c..8645a4a8d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ This document attempts to list user-visible changes and any major internal rearrangements of Notcurses. -* 3.0.10 (upcoming) +* 3.0.10 (2024-10-02) * We now normalize the return of `nl_langinfo()` according to the behavior of glibc's `_nl_normalize_charset()`, supporting some atypical synonyms of `UTF-8`. diff --git a/cffi/notcurses-pydemo.1.md b/cffi/notcurses-pydemo.1.md index 928334db6..77e5f58d5 100644 --- a/cffi/notcurses-pydemo.1.md +++ b/cffi/notcurses-pydemo.1.md @@ -1,6 +1,6 @@ % notcurses-pydemo(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/cffi/setup.py b/cffi/setup.py index 07ea91cc3..840cb51e7 100644 --- a/cffi/setup.py +++ b/cffi/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="notcurses", - version="3.0.9", + version="3.10.0", packages=['notcurses'], scripts=['notcurses-pydemo', 'ncdirect-pydemo'], package_dir={'': 'src'}, diff --git a/doc/Doxyfile b/doc/Doxyfile index 1c7da8da3..a35b7e294 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Notcurses # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.0.9 +PROJECT_NUMBER = 3.10.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/man/index.html b/doc/man/index.html index ff89959e0..7ebb56f30 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -38,7 +38,7 @@ -

notcurses manual pages (v3.0.9)

+

notcurses manual pages (v3.10.0)

notcurses(3)—a blingful TUI library

Executables (section 1)

ncls—list files, displaying multimedia along with them
diff --git a/doc/man/man1/ncls.1.md b/doc/man/man1/ncls.1.md index bbeb2a6e6..01fa2671b 100644 --- a/doc/man/man1/ncls.1.md +++ b/doc/man/man1/ncls.1.md @@ -1,6 +1,6 @@ % ncls(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man1/ncneofetch.1.md b/doc/man/man1/ncneofetch.1.md index 0931c197a..e0a11a3b1 100644 --- a/doc/man/man1/ncneofetch.1.md +++ b/doc/man/man1/ncneofetch.1.md @@ -1,6 +1,6 @@ % ncneofetch(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man1/ncplayer.1.md b/doc/man/man1/ncplayer.1.md index 8f978d355..917551804 100644 --- a/doc/man/man1/ncplayer.1.md +++ b/doc/man/man1/ncplayer.1.md @@ -1,6 +1,6 @@ % ncplayer(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man1/nctetris.1.md b/doc/man/man1/nctetris.1.md index fefc18974..b3d1ed5cc 100644 --- a/doc/man/man1/nctetris.1.md +++ b/doc/man/man1/nctetris.1.md @@ -1,6 +1,6 @@ % nctetris(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man1/notcurses-demo.1.md b/doc/man/man1/notcurses-demo.1.md index d3b350ba6..fd469c403 100644 --- a/doc/man/man1/notcurses-demo.1.md +++ b/doc/man/man1/notcurses-demo.1.md @@ -1,6 +1,6 @@ % notcurses-demo(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man1/notcurses-info.1.md b/doc/man/man1/notcurses-info.1.md index 52dc5200e..edd779fd7 100644 --- a/doc/man/man1/notcurses-info.1.md +++ b/doc/man/man1/notcurses-info.1.md @@ -1,6 +1,6 @@ % notcurses-info(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man1/notcurses-input.1.md b/doc/man/man1/notcurses-input.1.md index f36388a8a..93d369ef7 100644 --- a/doc/man/man1/notcurses-input.1.md +++ b/doc/man/man1/notcurses-input.1.md @@ -1,6 +1,6 @@ % notcurses-input(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man1/notcurses-tester.1.md b/doc/man/man1/notcurses-tester.1.md index ffef3958e..5ec346964 100644 --- a/doc/man/man1/notcurses-tester.1.md +++ b/doc/man/man1/notcurses-tester.1.md @@ -1,6 +1,6 @@ % notcurses-tester(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man1/tfman.1.md b/doc/man/man1/tfman.1.md index 32c355199..b12515146 100644 --- a/doc/man/man1/tfman.1.md +++ b/doc/man/man1/tfman.1.md @@ -1,6 +1,6 @@ % tfman(1) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses.3.md b/doc/man/man3/notcurses.3.md index 0cbbb10db..ac118b04e 100644 --- a/doc/man/man3/notcurses.3.md +++ b/doc/man/man3/notcurses.3.md @@ -1,6 +1,6 @@ % notcurses(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_capabilities.3.md b/doc/man/man3/notcurses_capabilities.3.md index ce83f47be..cbdd5a4ca 100644 --- a/doc/man/man3/notcurses_capabilities.3.md +++ b/doc/man/man3/notcurses_capabilities.3.md @@ -1,6 +1,6 @@ % notcurses_capabilities(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_cell.3.md b/doc/man/man3/notcurses_cell.3.md index 157dc08b6..036bb4c78 100644 --- a/doc/man/man3/notcurses_cell.3.md +++ b/doc/man/man3/notcurses_cell.3.md @@ -1,6 +1,6 @@ % notcurses_cell(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_channels.3.md b/doc/man/man3/notcurses_channels.3.md index d31827add..d1b3c9c36 100644 --- a/doc/man/man3/notcurses_channels.3.md +++ b/doc/man/man3/notcurses_channels.3.md @@ -1,6 +1,6 @@ % notcurses_channels(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_core.3.md b/doc/man/man3/notcurses_core.3.md index c18c754ea..9d43cc37e 100644 --- a/doc/man/man3/notcurses_core.3.md +++ b/doc/man/man3/notcurses_core.3.md @@ -1,6 +1,6 @@ % notcurses_core(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_direct.3.md b/doc/man/man3/notcurses_direct.3.md index 94285bd78..4923f7c4a 100644 --- a/doc/man/man3/notcurses_direct.3.md +++ b/doc/man/man3/notcurses_direct.3.md @@ -1,6 +1,6 @@ % notcurses_direct(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_fade.3.md b/doc/man/man3/notcurses_fade.3.md index 5fd0c4ca3..d94959658 100644 --- a/doc/man/man3/notcurses_fade.3.md +++ b/doc/man/man3/notcurses_fade.3.md @@ -1,6 +1,6 @@ % notcurses_fade(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_fds.3.md b/doc/man/man3/notcurses_fds.3.md index 576d3a7a7..feadcf5ee 100644 --- a/doc/man/man3/notcurses_fds.3.md +++ b/doc/man/man3/notcurses_fds.3.md @@ -1,6 +1,6 @@ % notcurses_fds(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_init.3.md b/doc/man/man3/notcurses_init.3.md index d5af18190..4dbf1bccf 100644 --- a/doc/man/man3/notcurses_init.3.md +++ b/doc/man/man3/notcurses_init.3.md @@ -1,6 +1,6 @@ % notcurses_init(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_input.3.md b/doc/man/man3/notcurses_input.3.md index 5fbead784..566946c49 100644 --- a/doc/man/man3/notcurses_input.3.md +++ b/doc/man/man3/notcurses_input.3.md @@ -1,6 +1,6 @@ % notcurses_input(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_lines.3.md b/doc/man/man3/notcurses_lines.3.md index 53452962b..d4862ec58 100644 --- a/doc/man/man3/notcurses_lines.3.md +++ b/doc/man/man3/notcurses_lines.3.md @@ -1,6 +1,6 @@ % notcurses_lines(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_menu.3.md b/doc/man/man3/notcurses_menu.3.md index 400652156..f092b71cd 100644 --- a/doc/man/man3/notcurses_menu.3.md +++ b/doc/man/man3/notcurses_menu.3.md @@ -1,6 +1,6 @@ % notcurses_menu(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_metric.3.md b/doc/man/man3/notcurses_metric.3.md index 0257a71e3..11da47a38 100644 --- a/doc/man/man3/notcurses_metric.3.md +++ b/doc/man/man3/notcurses_metric.3.md @@ -1,6 +1,6 @@ % notcurses_metric(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_multiselector.3.md b/doc/man/man3/notcurses_multiselector.3.md index 49e39a2e9..667f2b359 100644 --- a/doc/man/man3/notcurses_multiselector.3.md +++ b/doc/man/man3/notcurses_multiselector.3.md @@ -1,6 +1,6 @@ % notcurses_multiselector(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_output.3.md b/doc/man/man3/notcurses_output.3.md index a7641b7ae..5d4703072 100644 --- a/doc/man/man3/notcurses_output.3.md +++ b/doc/man/man3/notcurses_output.3.md @@ -1,6 +1,6 @@ % notcurses_output(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_palette.3.md b/doc/man/man3/notcurses_palette.3.md index 0ef0e1fe8..4ec5ecf7c 100644 --- a/doc/man/man3/notcurses_palette.3.md +++ b/doc/man/man3/notcurses_palette.3.md @@ -1,6 +1,6 @@ % notcurses_palette(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_pile.3.md b/doc/man/man3/notcurses_pile.3.md index f6dbcc038..dd7979754 100644 --- a/doc/man/man3/notcurses_pile.3.md +++ b/doc/man/man3/notcurses_pile.3.md @@ -1,6 +1,6 @@ % notcurses_pile(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_plane.3.md b/doc/man/man3/notcurses_plane.3.md index e7c02c612..a81c4fb6f 100644 --- a/doc/man/man3/notcurses_plane.3.md +++ b/doc/man/man3/notcurses_plane.3.md @@ -1,6 +1,6 @@ % notcurses_plane(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_plot.3.md b/doc/man/man3/notcurses_plot.3.md index 1daf25f23..7c98667e6 100644 --- a/doc/man/man3/notcurses_plot.3.md +++ b/doc/man/man3/notcurses_plot.3.md @@ -1,6 +1,6 @@ % notcurses_plot(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_reader.3.md b/doc/man/man3/notcurses_reader.3.md index b78dfdfa6..cae714e1a 100644 --- a/doc/man/man3/notcurses_reader.3.md +++ b/doc/man/man3/notcurses_reader.3.md @@ -1,6 +1,6 @@ % notcurses_reader(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_reel.3.md b/doc/man/man3/notcurses_reel.3.md index f9b5dcd07..1c953f5d5 100644 --- a/doc/man/man3/notcurses_reel.3.md +++ b/doc/man/man3/notcurses_reel.3.md @@ -1,6 +1,6 @@ % notcurses_reel(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_refresh.3.md b/doc/man/man3/notcurses_refresh.3.md index e2e09af75..f4f3154bc 100644 --- a/doc/man/man3/notcurses_refresh.3.md +++ b/doc/man/man3/notcurses_refresh.3.md @@ -1,6 +1,6 @@ % notcurses_refresh(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_render.3.md b/doc/man/man3/notcurses_render.3.md index 8ed08a95c..335337c22 100644 --- a/doc/man/man3/notcurses_render.3.md +++ b/doc/man/man3/notcurses_render.3.md @@ -1,6 +1,6 @@ % notcurses_render(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_selector.3.md b/doc/man/man3/notcurses_selector.3.md index b1045d622..c27635edb 100644 --- a/doc/man/man3/notcurses_selector.3.md +++ b/doc/man/man3/notcurses_selector.3.md @@ -1,6 +1,6 @@ % notcurses_selector(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_stats.3.md b/doc/man/man3/notcurses_stats.3.md index 5300f4a51..dbbb6b8cc 100644 --- a/doc/man/man3/notcurses_stats.3.md +++ b/doc/man/man3/notcurses_stats.3.md @@ -1,6 +1,6 @@ % notcurses_stats(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_stdplane.3.md b/doc/man/man3/notcurses_stdplane.3.md index 29752434d..23ac69c5a 100644 --- a/doc/man/man3/notcurses_stdplane.3.md +++ b/doc/man/man3/notcurses_stdplane.3.md @@ -1,6 +1,6 @@ % notcurses_stdplane(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_stop.3.md b/doc/man/man3/notcurses_stop.3.md index 99a0e2bc5..090324f33 100644 --- a/doc/man/man3/notcurses_stop.3.md +++ b/doc/man/man3/notcurses_stop.3.md @@ -1,6 +1,6 @@ % notcurses_stop(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_tabbed.3.md b/doc/man/man3/notcurses_tabbed.3.md index 685be715a..abe61f30a 100644 --- a/doc/man/man3/notcurses_tabbed.3.md +++ b/doc/man/man3/notcurses_tabbed.3.md @@ -1,5 +1,5 @@ % notcurses_tabbed(3) -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_tree.3.md b/doc/man/man3/notcurses_tree.3.md index ce8133800..55df42039 100644 --- a/doc/man/man3/notcurses_tree.3.md +++ b/doc/man/man3/notcurses_tree.3.md @@ -1,6 +1,6 @@ % notcurses_tree(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_util.3.md b/doc/man/man3/notcurses_util.3.md index 977e85859..b44e8c029 100644 --- a/doc/man/man3/notcurses_util.3.md +++ b/doc/man/man3/notcurses_util.3.md @@ -1,6 +1,6 @@ % notcurses_util(3) % nick black -% v3.0.9 +% v3.10.0 # NAME diff --git a/doc/man/man3/notcurses_visual.3.md b/doc/man/man3/notcurses_visual.3.md index 817780d19..b3e84e77d 100644 --- a/doc/man/man3/notcurses_visual.3.md +++ b/doc/man/man3/notcurses_visual.3.md @@ -1,6 +1,6 @@ % notcurses_visual(3) % nick black -% v3.0.9 +% v3.10.0 # NAME notcurses_visual - notcurses multimedia diff --git a/python/setup.py b/python/setup.py index 1b0f6eeee..c904a99e3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -38,7 +38,7 @@ setup( name="notcurses", - version="3.0.9", + version="3.10.0", packages=['notcurses'], ext_modules=[ Extension( diff --git a/src/libffi/ffi.c b/src/libffi/ffi.c index 9e1119f78..7bb3f3582 100644 --- a/src/libffi/ffi.c +++ b/src/libffi/ffi.c @@ -199,6 +199,7 @@ uint32_t nccell_fg_alpha(const nccell* cl); uint32_t nccell_fg_palindex(const nccell* cl); uint32_t nccell_fg_rgb(const nccell* cl); uint32_t nccell_fg_rgb8(const nccell* cl, unsigned* r, unsigned* g, unsigned* b); +uint32_t ncchannel_alpha(uint32_t channel); uint32_t ncchannel_rgb(uint32_t channel); uint32_t ncchannel_rgb8(uint32_t channel, unsigned* restrict r, unsigned* restrict g, unsigned* restrict b); @@ -238,7 +239,6 @@ uint64_t nctabbed_hdrchan(struct nctabbed* nt); uint64_t nctabbed_selchan(struct nctabbed* nt); uint64_t nctabbed_sepchan(struct nctabbed* nt); unsigned nccell_cols(const nccell* c); -unsigned ncchannel_alpha(uint32_t channel); unsigned ncchannel_b(uint32_t channel); unsigned ncchannel_g(uint32_t channel); unsigned ncchannel_palindex(uint32_t channel); diff --git a/tools/notcurses-installer.ifp b/tools/notcurses-installer.ifp index bf9931c1b..934db93d4 100644 --- a/tools/notcurses-installer.ifp +++ b/tools/notcurses-installer.ifp @@ -3,7 +3,7 @@ ProjectFileVersion = 1.1 [General] Program name = Notcurses -Program version = 3.0.9 +Program version = 3.10.0 Windows 2000 = 0 Windows XP = 0 Windows Server 2003 = 0 @@ -55,7 +55,7 @@ Time = 2 PlaySound = 0 Allow = 0 [Build] -File = C:\msys64\home\niblack\src\notcurses\notcurses-3.0.9.exe +File = C:\msys64\home\niblack\src\notcurses\notcurses-3.10.0.exe SetupIconPath = C:\msys64\home\niblack\src\notcurses\doc\icon.ico UninstallIconPath = C:\msys64\home\niblack\src\notcurses\doc\icon.ico CompressionMethod = 0 diff --git a/tools/nuspec b/tools/nuspec index 4506b3428..940e30b1c 100644 --- a/tools/nuspec +++ b/tools/nuspec @@ -3,7 +3,7 @@ Notcurses - 3.0.9 + 3.10.0 Notcurses TUI/CLI library Library for blingful TUIs and character graphics nick black