aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_utils.c')
-rw-r--r--src/screen_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_utils.c b/src/screen_utils.c
index e42de0b17..fc8fa90b3 100644
--- a/src/screen_utils.c
+++ b/src/screen_utils.c
@@ -54,7 +54,7 @@ screen_getch(WINDOW *w, const char *prompt)
echo();
curs_set(1);
- while ((key=my_wgetch(w)) == ERR)
+ while ((key = wgetch(w)) == ERR)
;
#ifdef HAVE_GETMOUSE