Commit Graph

23 Commits (bd5596cc1537d515856f21a408d1e1cf9bc2623b)

Author SHA1 Message Date
Nick Black ba648dbd74
What a miserable evening tracking #57 (#60)
* widecolor-demo: don't emit spaces
* notcurses_init: newline before splash
* boxdemo: ncplane_erase() on entry #58
* uniblock-demo: print even wide chars #49
5 years ago
nick black f514fe234c switch demos to ncplane_rounded_box_cells() 5 years ago
nick black 66432c37e1 libav: extract frame from AVFormatContext 5 years ago
nick black 7aaa0fcce1
track wide char as reported by wcwidth(), add unit test #6 5 years ago
nick black f67a97edfb
correctly handle ASCII + combining chars, add unit tests #36 5 years ago
nick black 0d1fbdff06 unit test for boxes outside planes #37 5 years ago
nick black 6f92ae92ab egcpool: unit tests for utf8 conversion #20 5 years ago
nick black ba08a6142e demo: call boxdemo 5 years ago
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 879009ff9a adapt test to new ncplane_putc() api 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 5129021480
add EmitWchar unit test 5 years ago
nick black 2f9821ce39
notcurses: interrogate terminfo for styles 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 f07652f24b don't try to destroy nullptr ncplane in tests 5 years ago
nick black c16b03cd9f ncplane: more basic unit testing 5 years ago
nick black 1fb1be6a4d ncplane: unit tests for rgb 5 years ago
nick black 691d3d97b8 some ncplane unit tests 5 years ago