Daniel Davis
142d3ab4e9
Fix tfman help msg version flag
...
Should be uppercase
2022-05-24 15:23:10 -04:00
nick black
2316c7e646
deconstify functions which write to pool
...
several functions appear to have recently been marked
as accepting a const ncplane, despite potentially writing
into that plane's egcpool. in such cases, the ncplane
argument cannot be marked constant, as indicated by
compiler warnings. all have been rectified.
2022-05-09 21:17:58 -04:00
Alex Samuel
9578e4c969
Merge pull request #2625 from alexhsamuel/feature/box
...
Feature/box
2022-05-02 22:35:52 -07:00
joseLuís
c3ace47939
use const references in several fns; fix #2658
2022-04-30 18:58:28 +02:00
nick black
63a8573cef
clarify that flags is unused in selector/multiselect #2642
2022-04-10 07:39:37 -04:00
nick black
8dbfe858d9
v3.0.8
2022-04-06 06:25:53 -04:00
nick black
c8882178ed
terminate potential escape on incomplete buffer #2647
2022-04-06 06:05:26 -04:00
nick black
dcf3e10965
[sixel] drop unused auxvec_idx
2022-04-04 05:26:17 -04:00
nick black
b292bba6df
[docs] correct definition of ncprogbar_options #2639
2022-03-31 03:20:33 -04:00
nick black
2e112ffb22
[workflows] s/windows-latest/windows-2022/g
2022-03-31 03:20:33 -04:00
Alex Samuel
7c500ab4e1
[py] Add plane.scrollup().
2022-03-31 03:19:12 -04:00
Christian Parpart
d046b2c406
Adds ucurl heuristic to Contour terminal, similarily to how it's done on other terminals.
2022-03-27 09:01:20 -04:00
joseLuís
fef35db1c9
fix docs: rename ncplane_attr → ncplane_styles
2022-03-20 12:38:31 +01:00
Nick Black
ec1ef7200b
use ffmpeg-free-compatible video in all tests #2631
2022-03-08 04:14:40 -05:00
Alex Samuel
d1b47cc8a4
[py] Remove y, x params from box().
2022-02-21 23:25:15 -05:00
nick black
8cd54b7932
[sixel] fix unit tests on big-endian machines
2022-02-20 19:41:12 -05:00
nick black
2d7350c9ac
v3.0.7
2022-02-20 15:20:12 -05:00
nick black
066dde8e33
[scroll_down] kill naked diagnostic
2022-02-19 06:32:52 -05:00
nick black
15f0ac2522
[render] scroll after display for sensible scrollback #2557
2022-02-19 04:58:14 -05:00
nick black
7db7b0150a
[enqueue_to_workers] only increment wq->writeto when we write #2627
2022-02-17 09:49:37 -05:00
nick black
a35d42b0e4
ncplane_scrollup: call notcurses_render() when appropriate #2557
2022-02-17 04:17:53 -05:00
Alex Samuel
bbdd67c23d
[py] Use rgb().
2022-02-16 01:00:01 -05:00
Alex Samuel
7e1a5d48e7
[py] Import rgb().
2022-02-16 00:59:39 -05:00
Alex Samuel
3d1fff617d
[py] Accept none or a channel value. Add rgb() function.
2022-02-16 00:58:54 -05:00
Alex Samuel
f049b61b34
[py] Split out fg and bg params to box().
2022-02-15 23:45:00 -05:00
nick black
184666170c
[ncplane_put] hold off on render until we've written the output #2414
2022-02-15 18:52:39 -05:00
nick black
ad76543ef1
[scrolling] call notcurses_render() from scroll_down() #2414
2022-02-15 18:52:39 -05:00
nick black
37fe78917c
[sixel_blit] typo in comment
2022-02-15 18:52:39 -05:00
nick black
10c23d6dfd
remove quantanal; it's been obsoleted
2022-02-15 18:52:39 -05:00
nick black
07b808588b
simple ncvisual_from_sixel() unit test
2022-02-15 18:52:39 -05:00
Alex Samuel
9cdcd283d0
[py] box() example.
2022-02-13 18:14:08 -05:00
Alex Samuel
776680f5af
[py] Basic box() function.
2022-02-13 18:13:57 -05:00
nick black
bec97315ad
[tabs] autogrow to the right to next tabstop #1233
2022-02-11 05:52:16 -05:00
nick black
ceb8cfef0a
[NEWS] mention tab support #1233
2022-02-11 05:52:16 -05:00
nick black
fa67dca957
[ncplane_output.3] update docs for tabs #1233
2022-02-11 05:52:16 -05:00
nick black
3681a95b3c
[tabs] update plane+cell unit tests #1233
2022-02-11 05:52:16 -05:00
nick black
78cc44a1bf
[tabs] get all unit tests working #1233
2022-02-11 05:52:16 -05:00
nick black
21f68bf57c
[tabs] get PutcTaB unit test working #1233
2022-02-11 05:52:16 -05:00
nick black
7c8cf1e6e8
[ncplane_put] admit tab characters #1233
2022-02-11 05:52:16 -05:00
nick black
b326d43885
[tabs] remove obsolete FIXME
2022-02-11 05:52:16 -05:00
nick black
d0d9a0724b
[pool_blit_direct] admit tab characters #1233
2022-02-11 05:52:16 -05:00
nick black
25b94c021d
more TaB unit tests #1233
2022-02-11 05:52:16 -05:00
nick black
6bf37089a1
add unit test for putchar on tab #1233
2022-02-11 05:52:16 -05:00
nick black
28756a004f
[ncplane_put] admit tab characters #1233
2022-02-11 05:52:16 -05:00
nick black
db2f6c06b5
is_control_egc: admit NUL
2022-02-11 05:52:16 -05:00
nick black
a5e9928621
[ncmenu] if no item is select, next/prev is a no-op
2022-02-11 04:08:26 -05:00
nick black
ffc134e7a3
[NEWS] update for 3.0.7
2022-02-11 02:28:35 -05:00
Alex Samuel
2be5517d7e
[py] perimeter_rounded() takes kwargs.
2022-02-11 01:16:36 -05:00
nick black
810f8694ec
v3.0.6
2022-02-09 22:36:37 -05:00
nick black
99528ba6d0
restore: pull from successive columns #2603
2022-02-09 16:20:52 -05:00