Commit Graph

3863 Commits

Author SHA1 Message Date
nick black
095d9035fb notcurses_options: provide retain_cursor bool #29 2019-11-25 13:40:43 -05:00
nick black
8fcb2923fa print our stats after restoring terminal 2019-11-25 13:40:43 -05:00
nick black
faa52a22b4 inhibit render printing in media res 2019-11-25 09:55:55 -05:00
nick black
7eb136ae78 render stats #12 2019-11-25 09:55:55 -05:00
nick black
e1034c5612 don't need timer just a clock 2019-11-25 09:55:55 -05:00
nick black
49e33bc6ff use civis capability to hide cursor #29 2019-11-25 09:55:55 -05:00
nick black
ba495faca9 add timespec utility functions 2019-11-25 09:55:55 -05:00
nick black
c89d8134fa launch unicodeblocks demo 2019-11-25 09:55:55 -05:00
nick black
8d7a63b853 print boxfilling chars in first demo 2019-11-25 09:55:55 -05:00
nick black
04d11a3521 reorder a bit of widecolor test 2019-11-25 09:55:55 -05:00
nick black
7fcb9d295c demo: get everything showing up 2019-11-25 09:55:55 -05:00
nick black
da607561e3 move ncplane management all together #26 2019-11-25 09:55:55 -05:00
nick black
e6a009ee3a
erase in griddemo #22 2019-11-25 02:22:15 -05:00
nick black
a90638aa5c
widecolor_demo: get fg/bg working 2019-11-25 01:45:08 -05:00
nick black
15b46fe1d3
add cell definition #21 2019-11-25 00:28:38 -05:00
nick black
08e9d86d07
ToC at top of README.md 2019-11-25 00:26:35 -05:00
nick black
0cf54ed100
document cell api #21 2019-11-25 00:24:55 -05:00
nick black
979f6828ed
erase in grid demo 2019-11-24 22:00:35 -05:00
nick black
319e9cc25a
widecolor: don't require a plane 2019-11-24 21:59:47 -05:00
nick black
92b5d23185
widecolor: don't require a plane 2019-11-24 21:59:43 -05:00
nick black
3c3c3335fc
always set styling in cell_duplicate #16 2019-11-24 21:59:21 -05:00
nick black
b665592ce1
reenable all demos 2019-11-24 21:54:00 -05:00
nick black
f5a0c1920b
EGC, not wchar_t 2019-11-24 21:43:53 -05:00
nick black
ec987c9c49
sync README to include 2019-11-24 21:43:44 -05:00
nick black
5e61f536e8
gridinverse, gridswitch demos #16 2019-11-24 21:18:02 -05:00
nick black
7173f628ee
griddemo: inverse 2019-11-24 21:10:54 -05:00
nick black
3d5ba40352
grid demo 2019-11-24 21:01:25 -05:00
nick black
414b2694ba boxdemo: inject some color #9 2019-11-24 18:38:27 -05:00
nick black
ba08a6142e demo: call boxdemo 2019-11-24 18:38:27 -05:00
nick black
48555507e6 boxdemo 2019-11-24 18:38:27 -05:00
nick black
27e90d9204 cell: implement fg/bgdefault bits 2019-11-24 18:38:27 -05:00
nick black
d400c79870 implement ncplane_box() and unit test #9 2019-11-24 18:38:27 -05:00
nick black
2b467c99af implement ncplane_vline() + unit test #9 2019-11-24 18:38:27 -05:00
nick black
e050770fde implement ncplane_hline() + unit test 2019-11-24 18:38:27 -05:00
nick black
0c262a3a6d implement ncplane_erase() #9 2019-11-24 18:38:27 -05:00
nick black
9934c1d45d declare ncplane_box() #9 2019-11-24 18:38:27 -05:00
nick black
8ff52f5ebc
laughable implementation of ncplane_vprintf #9 2019-11-24 16:19:24 -05:00
nick black
ca5c37fab9 widepanel: dump content 2019-11-24 16:11:35 -05:00
nick black
e5b426eb55 ncplane: don't putc/getc past plane 2019-11-24 16:11:35 -05:00
nick black
586142057f egcpool: don't split egc's across ringbuffer bounds 2019-11-24 16:11:35 -05:00
nick black
db842e5305 ncplane: leave cursor at lower right 2019-11-24 16:11:35 -05:00
nick black
1e65adb75a widecolor: adapt to new ncplane_putc() 2019-11-24 16:11:35 -05:00
nick black
ad321a9516 demo: adapt to new ncplane_putc() 2019-11-24 16:11:35 -05:00
nick black
2b8993a53d fix up cell_load() #17 2019-11-24 16:11:35 -05:00
nick black
879009ff9a adapt test to new ncplane_putc() api 2019-11-24 16:11:35 -05:00
nick black
0ae550f5d1 declare cell_release() 2019-11-24 16:11:35 -05:00
nick black
32394dd892 egcpool: preserve incoming EGC on realloc 2019-11-24 16:11:35 -05:00
nick black
a997fb2dc0 reenable widecolor demo from outcurses 2019-11-24 16:11:35 -05:00
nick black
52e83dfcc2
Get UTF8 rendering properly #14 2019-11-24 14:00:48 -05:00
Nick Black
b93bcebf0b
Extended grapheme clusters (#15)
Introduce egcpool for attached storage
Hook up style support
Switch entirely to UTF-8 char from wchar_t (#14)
Pull out next EGC in cell_load (#14)
2019-11-24 12:36:46 -05:00