Replace remaining uses of wgetch() by keys_wgetch()
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user