nick black
6080de837a
[ncplane_putc_yx] copy egc to avoid invalidation
...
ncplane_putc_yx() calls ncplane_put() using an EGC extracted
from its nccell argument. The very act of writing that cell
to the plane, however, can grow the plane's underlying EGCpool,
possibly invalidating this reference. This was showing up as
a unit test failure on macOS, and was hopefully also the cause
of unit test failures on Alpine i686. Do a quick heap copy of
the EGC in ncplane_putc_yx(), and free it after writing to the
plane. Shouldn't cost anything (there was no measurable
impact in my testing). Closes #2420 .
2021-12-04 01:03:13 -06:00
nick black
418aad1e45
reenable PlaneAtCursorInsane unit test on apple
2021-12-04 00:22:43 -06:00
nick black
c49d3b1e02
enable RightToLeft test on apple
2021-12-04 00:18:21 -06:00
nick black
4513d36978
enable MultiglyphWidth test on apple
2021-12-04 00:16:24 -06:00
nick black
a7db3b88fe
Use samoa.avi instead of fm6.mov in unit test
...
On DFSG builds, we don't have fm6.mov available to us,
so use samoa.avi (of my own construction) instead.
2021-12-03 23:27:54 -05:00
nick black
64f514d7af
[notcurses.3] talk about the alternate screen
2021-12-03 20:14:45 -05:00
nick black
52c40cbca5
[notcurses.3] document all environment variables
2021-12-03 20:04:46 -05:00
nick black
d98eb2a454
grunt #2416
2021-12-02 09:31:58 -05:00
nick black
1eed375adf
[drone] use -DDFSG_BUILD=on for debian #2416
2021-12-02 08:24:46 -05:00
nick black
4a4bec5078
[demo] bring sham jungle definition up to date #2416
2021-12-02 08:21:24 -05:00
nick black
04489e179a
[ncneofetch] properly place palette plane
2021-12-02 08:09:23 -05:00
nick black
c16cf655cd
[index.html] correct name on notcurses_pile.3
2021-12-02 06:33:44 -05:00
nick black
b515bb31be
[HISTORY] add 3.0.0
2021-12-02 05:17:12 -05:00
nick black
7bbc669813
v3.0.0
v3.0.0
2021-12-02 04:41:48 -05:00
nick black
b57d6eb8d8
notcurses_data_path: allow overrides
2021-12-02 04:32:47 -05:00
nick black
16c9e9f101
[ncneofetch] fix display when no logo is found
2021-12-02 04:11:30 -05:00
nick black
a4bc4e1897
[windows] fall back to NOTCURSES_SHARE
2021-12-02 03:53:17 -05:00
nick black
46114adb57
oiio_decode_loop: fix sense of seek_subimage() test #2402
2021-12-02 03:31:11 -05:00
nick black
7925df32cc
[ncneofetch] use notcurses_data_path() #2402
2021-12-02 03:08:08 -05:00
nick black
238de45e96
[nctetris] find the background everywhere #2042
2021-12-02 03:06:39 -05:00
nick black
744e1ce015
[installforge] up to speed with 2.4.999
2021-12-02 02:54:29 -05:00
nick black
373ab921ad
[release] update file name of Windows installer
2021-12-02 02:54:02 -05:00
nick black
ec404f801b
[relase] update version in InstallForge config
2021-12-02 02:51:38 -05:00
nick black
7351b2aff6
[oiio] plug memory leak in oiio_destroy, thanks ASAN! #2402
2021-12-02 02:44:38 -05:00
nick black
e9d299c139
[ncneofetch] clear area to left and right of palettebox
2021-12-02 02:21:21 -05:00
nick black
cf36985c69
block_on_input: pass HANDLE** #2402
2021-12-02 02:02:01 -05:00
nick black
caaeec5094
Place ncneofetch properly ( #2415 )
...
* ncplane_polyfill_inner: plug memory leak on error paths
* [progbar_create] memory leak on error path
* ncvisual_polyfill_core: memory leaks on error paths
* notcurses_early_init: memory leak on error path
* [demo] fix summary table for ASCII #2402
* [sliders] make it work in ASCII #2402
* add ncplane_ascii_box() #2402
* [notcurses-info] use capabilities accessors for blitters
2021-12-02 01:45:49 -05:00
nick black
771f2e1fb6
[ncplane_scrollup_child] need move to physical scroll location #2378
2021-12-01 21:11:01 -05:00
nick black
4ef8b53602
[ncneofetch] handle palette size not a multiple of showel
2021-12-01 21:11:01 -05:00
nick black
5cd85ca367
[ncneofetch] when in utf8, use half blocks for palette
2021-12-01 21:11:01 -05:00
nick black
3ffe7ac12c
kittykbdsupport bool distinct from kbdlevel, use in notcurses-info #2412
2021-12-01 15:02:51 -05:00
nick black
69b2b3d274
never send keyboard level changes with DRAININPUT #2412
2021-12-01 14:52:09 -05:00
nick black
dae138c7d0
[ncneofetch] only render once #2378
2021-11-30 12:14:16 -05:00
nick black
2a636e3d9d
windows compile fixup erp
2021-11-30 11:37:42 -05:00
nick black
879a79f001
milt!
2021-11-30 11:28:37 -05:00
nick black
fb33ea39c1
[windows] don't drain the input readiness pipe #2408
2021-11-30 11:14:39 -05:00
Mukundan314
96148a8dd9
do only rely on cmdclass
2021-11-30 10:10:07 -05:00
Mukundan314
34936d5f25
fix pip installation for cffi
2021-11-30 10:10:07 -05:00
nick black
d6ea511d15
[workflows] use -DUSE_STATIC=off on windows
2021-11-30 09:53:08 -05:00
nick black
117d72db31
[installer] drop static libs
2021-11-30 09:52:50 -05:00
joseLuís
b1f636a2d9
[docs] rename plane/visual sections to regions
2021-11-30 15:39:58 +01:00
nick black
a4d7bd5670
[TERMINALS.md] document PuTTY settings #1298
2021-11-30 09:01:16 -05:00
nick black
48b124f82b
legacy_cb_f3 conflicts with cursor location report, dump it
2021-11-30 08:23:16 -05:00
nick black
fff7128c87
[windows] drop unnecessary libs from installer
2021-11-30 08:06:41 -05:00
nick black
bce181a0d9
[ncneofetch] handle NULL from notcurses_data_dir()
2021-11-30 06:55:09 -05:00
nick black
629fbc689b
[nckeys] add NCKEY_TAB alias for ASCII 9 #2405
2021-11-30 06:20:40 -05:00
joseLuís
ff27a0f40a
[python] fix type
2021-11-30 12:17:07 +01:00
joseLuís
2f7b6e711f
[python] fix type
2021-11-30 12:10:00 +01:00
nick black
46ebc1d9c6
ncplane_options: make margin fields unsigned
2021-11-30 05:44:41 -05:00
nick black
538dff91ba
[input] provide utf8 form in ncinput
2021-11-30 04:27:46 -05:00