You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/src
nick black dc02a8f04b
notcurses_stop_minimal: use reliable I/O
fflush(), so far as i can tell, cannot be reliably used
in glibc. after it fails once, subsequent calls return 0
and do not set errno -- only the persistent ferror() serves
to indicate that flushing is not going on. instead, write
into the render state's memstream, and then use reliable
blocking_write() to dump it to stdout. closes #1872.
3 years ago
..
compat magical incantation to not stomp DragonFly's clock_nanosleep #1121 4 years ago
demo [dragon] properly size input visual #1723 3 years ago
fetch ncneofetch: popen(3) wants pclose(3), not fclose(3) 3 years ago
info notcurses-info.1: describe output 3 years ago
input Panblitter ncplane_as_rgba() (#1697) 3 years ago
lib notcurses_stop_minimal: use reliable I/O 3 years ago
libcpp [C++] Deal with widgets grabbing full ownership of Panel 4 years ago
ls ncls: use NCSCALE_HIRES with NCBLIT_PIXEL by default 3 years ago
media allow different backends to specify their own padding requirements #1722 3 years ago
player remove meaningless notcurses_check_pixel_supprot() from ncplayer 3 years ago
poc remove useless notcurses_check_pixel_support() calls 3 years ago
pocpp rotate PoCPP was basically a PoC, move to src/poc/ #1800 3 years ago
tests Fade unit test: use CELL_CHAR_INITIALIZER 3 years ago
tetris s/CELL_ALPHA_/NCCELL_ALPHA_/g 3 years ago