From 7d9da499de79200048f763cf2151d06d67bf3fba Mon Sep 17 00:00:00 2001 From: Alexandru Ciobanu Date: Fri, 6 Jan 2023 13:58:14 +0000 Subject: [PATCH] fix: added export slk_attr() to curses.h --- curses.h | 1 + 1 file changed, 1 insertion(+) diff --git a/curses.h b/curses.h index 685d77eb..fab1f239 100644 --- a/curses.h +++ b/curses.h @@ -1470,6 +1470,7 @@ PDCEX int scroll(WINDOW *); PDCEX int scrollok(WINDOW *, bool); PDCEX SCREEN *set_term(SCREEN *); PDCEX int setscrreg(int, int); +PDCEX attr_t slk_attr(void); PDCEX int slk_attroff(const chtype); PDCEX int slk_attr_off(const attr_t, void *); PDCEX int slk_attron(const chtype);