Commit Graph

3482 Commits (a2cc5f096adb3991f264d96657b45a050fa8df2a)
 

Author SHA1 Message Date
nick black d400c79870 implement ncplane_box() and unit test #9 5 years ago
nick black 2b467c99af implement ncplane_vline() + unit test #9 5 years ago
nick black e050770fde implement ncplane_hline() + unit test 5 years ago
nick black 0c262a3a6d implement ncplane_erase() #9 5 years ago
nick black 9934c1d45d declare ncplane_box() #9 5 years ago
nick black 8ff52f5ebc
laughable implementation of ncplane_vprintf #9 5 years ago
nick black ca5c37fab9 widepanel: dump content 5 years ago
nick black e5b426eb55 ncplane: don't putc/getc past plane 5 years ago
nick black 586142057f egcpool: don't split egc's across ringbuffer bounds 5 years ago
nick black db842e5305 ncplane: leave cursor at lower right 5 years ago
nick black 1e65adb75a widecolor: adapt to new ncplane_putc() 5 years ago
nick black ad321a9516 demo: adapt to new ncplane_putc() 5 years ago
nick black 2b8993a53d fix up cell_load() #17 5 years ago
nick black 879009ff9a adapt test to new ncplane_putc() api 5 years ago
nick black 0ae550f5d1 declare cell_release() 5 years ago
nick black 32394dd892 egcpool: preserve incoming EGC on realloc 5 years ago
nick black a997fb2dc0 reenable widecolor demo from outcurses 5 years ago
nick black 52e83dfcc2
Get UTF8 rendering properly #14 5 years ago
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)
5 years ago
nick black 0d10fdad79
spelling ugh 5 years ago
nick black affb0c120b
kill duplicate decl and obsolete FIXME 5 years ago
nick black 9c9f1f4462
demo: getopt(), allow inhibition of alternate screen with -k 5 years ago
nick black 13931aee60
implement ncplane_getc() #9 5 years ago
nick black f9b88c5079
implement notcurses_palette_size() 5 years ago
nick black a509cb6320
someone set us up the bomb 5 years ago
nick black e4f041f522
start moving to utf-8 from wchar_t #14 5 years ago
nick black 51d56195ce
stop claiming support for wide chars, utf-8 baybee 5 years ago
nick black 9b104de1ec
commit to unicode 12.1 extended grapheme clusters #14 5 years ago
nick black 7cb951ccc4
purge duplicate ncplane definitions 5 years ago
nick black 5129021480
add EmitWchar unit test 5 years ago
nick black 8856f67822
ncplane: background directcolor works 5 years ago
nick black fd04c55d16
implement ncplane_putwstr #9 5 years ago
nick black 2f9821ce39
notcurses: interrogate terminfo for styles 5 years ago
nick black 3587663d5f
README.md: link syntax 5 years ago
nick black 162d377386
sound less jacked 5 years ago
nick black 6f2d9b627e
deambiguize pronoun 5 years ago
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
5 years ago
nick black a8721df75a
ncplane: flesh out API 5 years ago
nick black 826ddbc7c7
hrmm 5 years ago
nick black c0444bfb3d
yes 5 years ago
nick black 42e386f1e7
readme: introduce planes 5 years ago
nick black 94c67af64d
notcurses_version: add to README 5 years ago
nick black 4fb5c9db71
readme touches 5 years ago
nick black f42c3bf0f1
ncurses_render: don't resend unchanged colors 5 years ago
nick black 05f99e16ef
term_fg_rgb8: properly form directrgb escape 5 years ago
nick black 2dffc5ae1e
document basic use 5 years ago
nick black f07652f24b don't try to destroy nullptr ncplane in tests 5 years ago
nick black 9a5d893ce7 demo: setlocale(), blit some characters like a boss 5 years ago
nick black b94e428277 ncplane: add ncplane_putwc() 5 years ago
nick black c16b03cd9f ncplane: more basic unit testing 5 years ago