summaryrefslogtreecommitdiffstats
path: root/src/custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/custom.c')
-rw-r--r--src/custom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custom.c b/src/custom.c
index 8201ffa..1826156 100644
--- a/src/custom.c
+++ b/src/custom.c
@@ -1092,7 +1092,7 @@ void custom_config_main(void)
wmove(win[STA].p, 0, 0);
wins_doupdate();
- while ((ch = wgetch(win[KEY].p)) != 'q') {
+ while ((ch = keys_wgetch(win[KEY].p)) != 'q') {
switch (ch) {
case 'C':
case 'c':