NEWS: prep for 2.3.13

pull/2011/head
nick black 3 years ago
parent 1e248e41e1
commit ddd0533b03
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1,6 +1,8 @@
This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.
* 2.3.13 (not yet released)
* 2.3.12 (2021-07-29)
* `notcurses_getc()` and `ncdirect_getc()` no longer accept a `sigset_t*`
as their third argument. Instead, they accept a `void*`, with which

@ -496,7 +496,7 @@ apply_term_heuristics(tinfo* ti, const char* termname, int fd,
ti->termversion = NULL;
}
}
// st had neithercaps.sextants nor caps.quadrants last i checked (0.8.4)
// st had neither caps.sextants nor caps.quadrants last i checked (0.8.4)
ti->caps.braille = true; // most everyone has working caps.braille, even from fonts
if(qterm == TERMINAL_KITTY){ // kitty (https://sw.kovidgoyal.net/kitty/)
termname = "Kitty";

Loading…
Cancel
Save