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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input_win.c b/input_win.c
index 0caa8264..1a895ebd 100644
--- a/input_win.c
+++ b/input_win.c
@@ -63,7 +63,6 @@ void inp_clear(void)
 {
     wclear(inp_win);
     wmove(inp_win, 0, 1);
-    touchwin(inp_win);
     wrefresh(inp_win);
 }