mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
* use ioctl(KDGETMODE) to detect Linux console * diagnostic on KDGETMODE * add logdebug() * unit test for notcurses_drop_planes(), add ncplane_putnstr_aligned() * linuxconsole PoC * linuxconsole: dump unicode->font table * linuxconsole: explode glyphs * linuxconsole: show 7 glyphs per 'line' * linuxconjammer: shim console font with half blocks * signals: handler for SIGTERM * man pages: update notcurses_init() for options * add NCOPTION_NO_FONT_CHANGES #201