aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index e922997..e0e35bc 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -220,7 +220,7 @@ int status_ask_choice(const char *message, const char choice[],
status_mesg(message, avail_choice);
for (;;) {
- ch = wgetch(win[KEY].p);
+ ch = keys_wgetch(win[KEY].p);
for (i = 1; i <= nb_choice; i++)
if (ch == choice[i])
return i;