summaryrefslogtreecommitdiffstats
path: root/src/wins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wins.c')
-rw-r--r--src/wins.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/wins.c b/src/wins.c
index d86b168..5a28dc7 100644
--- a/src/wins.c
+++ b/src/wins.c
@@ -163,6 +163,17 @@ int wins_doupdate(void)
return rc;
}
+int wins_redrawwin(WINDOW *win)
+{
+ int rc;
+
+ SCREEN_ACQUIRE;
+ rc = redrawwin(win);
+ SCREEN_RELEASE;
+
+ return rc;
+}
+
/* Get the current layout. */
int wins_layout(void)
{