Replace remaining uses of wgetch() by keys_wgetch()

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer
2017-09-03 16:37:06 +02:00
parent 53f0f1d2e3
commit 2e584f03e6
3 changed files with 3 additions and 3 deletions

View File

@@ -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':