Commit Graph

2920 Commits

Author SHA1 Message Date
nick black
73221dff2a update USAGE for notcurses_cursor_enable() 2020-08-25 03:11:50 -04:00
nick black
cab19cf790 Cursor work (placement, drop RETAIN_CURSOR) #953
notcurses_enable_cursor() now accepts placement arguments.
both it and notcurses_disable_cursor() now return int rather
than void. add notcurses_cursor_move_yx().
2020-08-25 03:11:50 -04:00
nick black
df33f381e5 c++ wrappers: cursor_{en,dis}able, iprefix() #952 2020-08-25 01:41:06 -04:00
nick black
f877b4f0ea demo/input: include errno.h 2020-08-24 17:20:29 -04:00
nick black
4dd1d6a4c8 Annihilate nc_err_e and all infrastructure #948 2020-08-24 17:20:29 -04:00
nick black
ea681ed4ec
libunistring: beef up unit test #906 2020-08-24 16:06:36 -04:00
nick black
af80914efe
add libunistring unit tests #906 2020-08-24 15:30:17 -04:00
nick black
f2d92b0f05
bring notcurses_cell.3 up to date #949 2020-08-24 15:15:27 -04:00
nick black
8b75769476
flesh out notcurses_stop.3 #949 2020-08-24 15:08:33 -04:00
nick black
1ac789adf2
unite email addresses in man pages 2020-08-24 01:43:31 -04:00
nick black
4fb5c3da3a
HUD: rounded box rather than double 2020-08-24 01:41:18 -04:00
nick black
c9c1f2841e
man page polishing 2020-08-24 00:35:41 -04:00
nick black
8914df6445
metric.3: one of these yes, one of these not so much 2020-08-24 00:12:36 -04:00
nick black
07267ad421
index.html: fix capabilities link, egads, thanks @joseluis #946 2020-08-23 23:56:36 -04:00
nick black
57f3e36e96
view: move legend to top of display 2020-08-23 23:41:56 -04:00
nick black
2c4eead0c2
yield: print the running yield 2020-08-23 23:33:42 -04:00
nick black
60ee1caa14
yield: cut iterdelay 4x 2020-08-23 23:13:34 -04:00
nick black
76d330c9fa
yield: cap at 512 iterations 2020-08-23 23:07:06 -04:00
nick black
02f59d25c2
release.sh: clean up tarball signature 2020-08-23 22:35:28 -04:00
nick black
c2b8610121
ncdirect_stop: drop extraneous ctermfd check 2020-08-23 22:31:07 -04:00
nick black
026b94969d cffi heap allocations are zero-initialized #942 2020-08-23 22:27:50 -04:00
joseLuís
f24bdd8249 function-stats-output/ 2020-08-24 00:48:37 +02:00
Nick Black
73dc0a7d69
Zoo 2, electric boogaloo (#939)
* Reimplement the widget zoo demo. The previous PoC
  was a multithreaded monster with behavior dependent
  on screen geometry. Replace it with a single thread state
  machine. Closes #936.
* Support titles for ncplot. Adds title to the ncplot_options
  struct, which may be NULL. Closes #941 .
* Properly color ncplot according to maxchannels and
  minchannels. Closes #940
* Add tools/function-table.sh script for generating public API list.
2020-08-23 12:44:53 -04:00
joseLuís
1e6558fed9 new type aliases FullMode & Input 2020-08-23 18:29:17 +02:00
joseLuís
246cde91f9 +notcurses_align & modify ncplane_align #937 2020-08-23 18:27:14 +02:00
joseLuís
80c66d5d7a tools/function-stats.sh (see #905) 2020-08-23 18:03:50 +02:00
nick black
7f561e8571
tools/function-table.sh #905 2020-08-23 09:07:40 -04:00
nick black
fbfc47f729 release.sh: install+uninstall 2020-08-23 07:46:12 -04:00
nick black
0913020124 fully general mergedown #779 2020-08-23 07:46:12 -04:00
nick black
15b923c8cf adapt ncplane_mergedown() #779 2020-08-23 07:46:12 -04:00
nick black
32d352173b
ncdirect_flush: struct ncdirect is const 2020-08-23 01:00:00 -04:00
nick black
4ebf8f748c
v1.6.16 2020-08-22 23:12:04 -04:00
nick black
c64f42b717 add sgr-full PoC 2020-08-22 12:51:32 -04:00
nick black
14d6129007 take-no-prisoners overhaul of ncplane_puttext() #829 2020-08-22 12:51:32 -04:00
nick black
df3dc7f8e7 LayoutNewlinesAtBorders unit test #829 2020-08-22 12:51:32 -04:00
nick black
adab5ba382 LayoutNewlines unit test #829 2020-08-22 12:51:32 -04:00
nick black
679e2d25f8
drone: build python as well as srcdest 2020-08-22 11:49:02 -04:00
nick black
3b00b0c847
render: fix tricky bug for widestomping 2020-08-21 13:12:34 -04:00
nick black
7560b1b2da
fps plot: use italics for legend 2020-08-21 07:35:09 -04:00
nick black
5c533c9f1a
ncplot: support legend styling 2020-08-21 07:34:50 -04:00
nick black
4a48baf50b
allglyphs: stylize legend 2020-08-21 06:56:55 -04:00
nick black
375037c750
HUD: keep active line in bold 2020-08-21 06:12:18 -04:00
nick black
ce318473c4
Merge branch 'master' of github.com:dankamongmen/notcurses into master 2020-08-21 05:47:57 -04:00
nick black
9c6077a44c
move cell_simple_p() for debug builds 2020-08-21 05:47:53 -04:00
joseLuís
eab553d3d1 rust: update libc 2020-08-21 10:31:31 +02:00
joseLuís
2c1c150969 rust: add more type aliases, format
add new type aliases for: cell, ncplane, palette256, ncalign_e &
ncdirect + alignment constants.
2020-08-21 10:26:49 +02:00
nick black
13eb63ada9
term_setstyles: fix up for new NCSTYLE_MASK #934 2020-08-21 03:38:10 -04:00
nick black
6bb8f447b5
add ncdirect_flush() #926 2020-08-21 02:27:58 -04:00
nick black
d110facec1
render: move cell into crender #914 2020-08-21 01:00:33 -04:00
nick black
97f3676588
layout unit tests: fill out checks #829 2020-08-21 00:02:22 -04:00