about summary refs log tree commit diff stats
path: root/input_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'input_win.c')
-rw-r--r--input_win.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/input_win.c b/input_win.c
index 76ec2829..22154065 100644
--- a/input_win.c
+++ b/input_win.c
@@ -82,3 +82,7 @@ void inp_get_password(char *passwd)
     echo();
 }
 
+void inp_put_back(void)
+{
+    wrefresh(inp_win);
+}