mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
python: kill duplicate ncplane_attr
This commit is contained in:
parent
4fdb11089f
commit
d982006bc7
@ -151,7 +151,6 @@ int ncplane_set_bg_palindex(struct ncplane* n, int idx);
|
||||
void ncplane_styles_set(struct ncplane* n, unsigned stylebits);
|
||||
void ncplane_styles_on(struct ncplane* n, unsigned stylebits);
|
||||
void ncplane_styles_off(struct ncplane* n, unsigned stylebits);
|
||||
unsigned ncplane_attr(const struct ncplane* n);
|
||||
typedef struct ncstats {
|
||||
uint64_t renders; // number of successful notcurses_render() runs
|
||||
uint64_t failed_renders; // number of aborted renders, should be 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user