mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
NEWS: prep for 2.3.13
This commit is contained in:
parent
1e248e41e1
commit
ddd0533b03
2
NEWS.md
2
NEWS.md
@ -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…
x
Reference in New Issue
Block a user