Commit Graph

774 Commits

Author SHA1 Message Date
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
nick black
0d10fdad79
spelling ugh 2019-11-23 21:34:35 -05:00
nick black
affb0c120b
kill duplicate decl and obsolete FIXME 2019-11-23 21:32:58 -05:00
nick black
9c9f1f4462
demo: getopt(), allow inhibition of alternate screen with -k 2019-11-23 20:52:14 -05:00
nick black
13931aee60
implement ncplane_getc() #9 2019-11-23 20:45:53 -05:00
nick black
f9b88c5079
implement notcurses_palette_size() 2019-11-23 20:39:22 -05:00
nick black
a509cb6320
someone set us up the bomb 2019-11-23 19:24:29 -05:00
nick black
e4f041f522
start moving to utf-8 from wchar_t #14 2019-11-23 18:34:06 -05:00
nick black
51d56195ce
stop claiming support for wide chars, utf-8 baybee 2019-11-23 16:09:37 -05:00
nick black
9b104de1ec
commit to unicode 12.1 extended grapheme clusters #14 2019-11-23 16:03:38 -05:00
nick black
7cb951ccc4
purge duplicate ncplane definitions 2019-11-23 12:53:55 -05:00
nick black
5129021480
add EmitWchar unit test 2019-11-23 12:52:09 -05:00
nick black
8856f67822
ncplane: background directcolor works 2019-11-23 12:39:54 -05:00
nick black
fd04c55d16
implement ncplane_putwstr #9 2019-11-23 12:28:42 -05:00
nick black
2f9821ce39
notcurses: interrogate terminfo for styles 2019-11-23 10:42:46 -05:00
nick black
3587663d5f
README.md: link syntax 2019-11-23 09:16:34 -05:00
nick black
162d377386
sound less jacked 2019-11-23 09:09:05 -05:00
nick black
6f2d9b627e
deambiguize pronoun 2019-11-23 09:06:54 -05:00
Nick Black
7e92c8bb82
documentation and declarations (#13)
ncplane: flesh out API
ncplane: line and erase APIs
README.md: document differences from ncurses
notcurses_init(): print long term name
CMake: link librt into notcurses
cell: move functionality out to header
2019-11-23 09:05:32 -05:00
nick black
a8721df75a
ncplane: flesh out API 2019-11-22 22:47:12 -05:00
nick black
826ddbc7c7
hrmm 2019-11-22 02:30:59 -05:00
nick black
c0444bfb3d
yes 2019-11-22 02:15:09 -05:00
nick black
42e386f1e7
readme: introduce planes 2019-11-21 11:11:36 -05:00
nick black
94c67af64d
notcurses_version: add to README 2019-11-21 11:03:02 -05:00
nick black
4fb5c9db71
readme touches 2019-11-21 11:00:40 -05:00
nick black
f42c3bf0f1
ncurses_render: don't resend unchanged colors 2019-11-21 10:56:17 -05:00
nick black
05f99e16ef
term_fg_rgb8: properly form directrgb escape 2019-11-21 10:56:12 -05:00
nick black
2dffc5ae1e
document basic use 2019-11-21 10:56:08 -05:00
nick black
f07652f24b don't try to destroy nullptr ncplane in tests 2019-11-21 08:51:57 -05:00
nick black
9a5d893ce7 demo: setlocale(), blit some characters like a boss 2019-11-21 08:51:57 -05:00
nick black
b94e428277 ncplane: add ncplane_putwc() 2019-11-21 08:51:57 -05:00
nick black
c16b03cd9f ncplane: more basic unit testing 2019-11-21 08:51:57 -05:00
nick black
d6aef3d2e6 notcurses_render: blit wchar_t arrays #5 2019-11-21 08:51:57 -05:00
nick black
1fb1be6a4d ncplane: unit tests for rgb 2019-11-21 08:51:57 -05:00
nick black
c8d11459ec notcurses_render: set colors naively #5 2019-11-21 08:51:57 -05:00
nick black
691d3d97b8 some ncplane unit tests 2019-11-21 08:51:57 -05:00
nick black
a916c66052 introduce z-buffer of ncplanes 2019-11-21 08:51:57 -05:00
nick black
157b4bdc52 cmake: turn on -Wshadow 2019-11-21 08:51:57 -05:00
nick black
d3f9329737 notcurses_options: allow outfd to be specified 2019-11-21 08:51:57 -05:00
nick black
54ed3e108e introduce notcurses_options struct #3 2019-11-21 08:51:57 -05:00