Skip to content

Commit

Permalink
Merge pull request #269 from pavkam/export-slk_attr
Browse files Browse the repository at this point in the history
fix: added export slk_attr() to curses.h
  • Loading branch information
Bill-Gray authored Jan 6, 2023
2 parents cff6d3c + 7d9da49 commit ddb2ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curses.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ddb2ae4

Please sign in to comment.