diff options
author | Malfurious <m@lfurio.us> | 2023-07-20 14:55:13 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-04-24 13:31:08 -0400 |
commit | d070fde6478431c71fb4a55e783a577439c7cb99 (patch) | |
tree | 1ff5f980eca499518943e4c36e5103d8be1847a8 /helpers.h | |
parent | 1b5f8d2e5a118a80a4373a7be1ca4e4eceebf7be (diff) | |
download | misplays-d070fde6478431c71fb4a55e783a577439c7cb99.tar.gz misplays-d070fde6478431c71fb4a55e783a577439c7cb99.zip |
Multithread version 1
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'helpers.h')
-rw-r--r-- | helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,3 +13,5 @@ extern void delpan(PANEL *pan); extern void reset_panel(PANEL *pan, int h, int w, int y, int x); extern int pprintw(PANEL *pan, const char *fmt, ...); extern int pclear(PANEL *pan); +extern int pattron(PANEL *pan, int attrs); +extern int pattroff(PANEL *pan, int attrs); |