Commit Graph

7496 Commits

Author SHA1 Message Date
nick black
58d95dfb25
notcurses_channels.3: document palindex #2360 2021-11-19 08:50:35 -05:00
nick black
3eb2f5f42d
notcurses-info: replace literal unicode 13 with escapes 2021-11-19 08:10:06 -05:00
nick black
b2ce3f00f8
remove progbar PoC, move it into unit tests 2021-11-19 07:53:43 -05:00
nick black
1a61214a44 [ncneofetch] don't emit newline characters from ncart #2356 2021-11-19 11:48:48 -05:00
nick black
0d94049954
[ncneofetch] fix off-by-one on ncart #2357 2021-11-19 06:31:29 -05:00
nick black
ce25472f50
[python] dump eliminated macros 2021-11-19 05:37:33 -05:00
nick black
03a03ca22c
[channels] set_rgb needs clear the palette bit! 2021-11-19 05:36:38 -05:00
nick black
58ca4c5fa3
[init] only warn on failure to preserve cursor 2021-11-19 04:23:09 -05:00
nick black
5e6416eae6
[queries] send DSRCPR as early as possible 2021-11-19 04:18:24 -05:00
nick black
b0aadca7be
[init] block until we have cursor report, in case it arrives late 2021-11-19 04:16:41 -05:00
nick black
04c768f0e5
[input] remove unused termqueries struct 2021-11-19 04:10:14 -05:00
nick black
b91683e14a [print_frame_summary] fix up some inttypes 2021-11-19 01:36:03 -05:00
nick black
0266f496a0
[cursor] i have no idea what this PoC did; nuke it 2021-11-18 23:55:17 -05:00
nick black
6a1364d9d5
[nuget] list LibDeflate.native 1.7.1+ as dep #2354 2021-11-18 22:57:07 -05:00
nick black
e26756565c
[nuget] add some fields to metadata, install dlls to lib/ #2354 2021-11-18 22:48:30 -05:00
nick black
e205cde05f
set versions to 2.4.97 for prep nuget build #2354 2021-11-18 21:36:24 -05:00
nick black
c6c7d60193
add initial nuget spec file #1966 2021-11-18 21:32:06 -05:00
nick black
b0c75d84d1
[windows] settle on u7 for cursor location reports #2105 2021-11-18 18:13:19 -05:00
nick black
5e8ecebe21
[fbcon_scroll] don't try to memmove 0 bytes 2021-11-18 17:21:23 -05:00
nick black
59104a7ab4
[INSTALL] fix markdown syntax 2021-11-18 17:00:13 -05:00
nick black
2155ad32f9
[linux] memset correct area post-scroll 2021-11-18 16:48:09 -05:00
nick black
12ca5bb4fc
[Visual] tighten geometry unit test, always set maxpixely based off sixel_maxy #2351 2021-11-18 15:38:22 -05:00
nick black
741962b44a
[README] link to MSFT doc regarding utf8 code page 2021-11-18 04:02:09 -05:00
nick black
f0987c95da
[README] spec Windows 10 v1093+ for proper UTF8 support 2021-11-18 03:54:59 -05:00
nick black
ca0b168192
name everything 2.4.99 2021-11-17 19:40:32 -05:00
nick black
caa054cc43 [windows] setlocale(LC_ALL, ".UTF8") #2117 2021-11-17 19:10:48 -05:00
nick black
4d40401344 [utf8_egc_len] use MB_LEN_MAX to eliminate compile-time locale considerations 2021-11-17 18:52:04 -05:00
nick black
a0d37d442f
[ncvisual_simple_streamer] render *after* extracting subtitle 2021-11-17 08:39:10 -05:00
nick black
16325f0446
[input] diagnostics 2021-11-17 07:09:02 -05:00
nick black
42accab195
[input] stop using SIGCONT for readiness notification #2350 2021-11-17 06:18:14 -05:00
nick black
1d316273d2
[notcurses-input] use ncplane_resize_realign for the plot 2021-11-17 05:37:17 -05:00
nick black
952e4eaeb2
add render.h 2021-11-17 04:36:43 -05:00
nick black
0286798b2d
[notcurses-demo] HUD: use ncplane_resize_placewithin #1478 2021-11-17 04:03:14 -05:00
nick black
d1c9dd93cf
[core] add ncplane_resize_placewithin #1478 2021-11-17 04:02:49 -05:00
nick black
b91f150e96
[render] call notcurses_refresh() on sigcont #281 2021-11-17 03:14:34 -05:00
nick black
c707e49bd3
[signals] set up NCKEY_SIGNAL on SIGCONT #281 2021-11-17 03:08:57 -05:00
nick black
da4efcf905
notcurses_input.3: document NCKEY_SIGNAL 2021-11-17 03:07:47 -05:00
nick black
5730925b7d
[nckeys] break up NCKEY_SIGNAL and NCKEY_RESIZE 2021-11-17 03:07:19 -05:00
nick black
a4fe7abe93
[kittykbd] synthesize SIGSTOP for ctrl-z #2349 2021-11-17 02:34:56 -05:00
nick black
127a3ad888
[ncprogbar_destroy] set_widget(NULL, NULL) #2347 2021-11-17 02:20:56 -05:00
nick black
6fb7aeae9f
[ncreader_destroy_internal] set_widget(NULL, NULL) #2347 2021-11-17 02:20:01 -05:00
nick black
83b3926f92
[intro] drop greatscott() 2021-11-17 02:07:56 -05:00
nick black
0124daf8b7
restore ncselector_destroy API, set widget in ncreader #2347 2021-11-17 02:02:55 -05:00
nick black
c5986ef508
[ncmenu] refuse a bound plane #2347 2021-11-17 01:46:01 -05:00
nick black
13f5499648
[ncplot] refuse bound plane #2347 2021-11-17 01:41:11 -05:00
nick black
143c217332
[nctabbed_create] clean up error paths, refuse bound plane #2347 2021-11-17 01:35:40 -05:00
nick black
3d46681874
[LoadVideoPixelStretchOnePlane] greatly improve unit test 2021-11-17 01:23:42 -05:00
nick black
e03554870e
[initbanner] protect against USE_DEFLATE=off 2021-11-17 01:15:06 -05:00
nick black
3b6e08333f
[LoadVideoPixelStretchDifferentPlanes] greatly improve unit test 2021-11-17 01:07:21 -05:00
nick black
c75ec262c4
[NCFDPlane] kill memory leak when ncfdplane ought be destroyed inline 2021-11-17 00:58:31 -05:00