diff options
author | Malfurious <m@lfurio.us> | 2023-07-07 19:39:33 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-07-07 19:39:33 -0400 |
commit | 415c553d96c4851350512cc943e10ec477427e02 (patch) | |
tree | a3adfa0da1aed3a31bfbcb3a55293bf596b37f4a /helpers.h | |
parent | d1fc03d6758dcb7ccca3e4255114d85acfad08d4 (diff) | |
download | misplays-415c553d96c4851350512cc943e10ec477427e02.tar.gz misplays-415c553d96c4851350512cc943e10ec477427e02.zip |
Add panel clear helper
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'helpers.h')
-rw-r--r-- | helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,3 +12,4 @@ extern PANEL *newpan(int h, int w, int y, int x); 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); |