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 4d8efcab82
Progress towards NCBLIT_3x2 by default
Add a new member 'sextants' to the terminfo cache (both
notcurses and ncvisual contain one of these, and both
initialize it the same way -- interrogate_terminfo()).
Add a new function, 'notcurses_media_defblitter()', and
deprecate 'ncvisual_default_blitter()' (the latter didn't
receive enough information to return NCBLIT_3x2). Update
all callers. Add new *internal* function rgba_default_blitter(),
so this logic can be freely changed in the future. If
sextants are available, and we're scaling, return NCBLIT_3x2.
Once we detect sextant availability, we'll have sexblitter
as a default -- stay tuned! #1114
4 years ago
..
demo Progress towards NCBLIT_3x2 by default 4 years ago
fetch rename cell->nccell, keep alias #1200 4 years ago
input add NCPLOT_OPTION_PRINTSAMPLE #1183 4 years ago
lib Progress towards NCBLIT_3x2 by default 4 years ago
libcpp [C++] Deal with widgets grabbing full ownership of Panel 4 years ago
ls Multithreaded ncls (#1232) 4 years ago
poc render: use hpa in place of cuf #1245 4 years ago
tetris install version.h #1054 4 years ago
view Progress towards NCBLIT_3x2 by default 4 years ago