summaryrefslogtreecommitdiffstats
path: root/ScreenManager.c
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-05-19 16:09:47 -0300
committerHisham <hisham@gobolinux.org>2016-05-19 16:09:47 -0300
commit645057d81aa619f4f9704cd221e63b357ac7f749 (patch)
treefbfee520f4b0cde9b87e2689c48b2ca16e76897f /ScreenManager.c
parent6c1be632919baeef12143ad762b0fc0f7398f8b0 (diff)
Use set_escdelay() to avoid problems with ESCDELAY as a macro.
Diffstat (limited to 'ScreenManager.c')
-rw-r--r--ScreenManager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ScreenManager.c b/ScreenManager.c
index db3fdee4..44e74e05 100644
--- a/ScreenManager.c
+++ b/ScreenManager.c
@@ -189,7 +189,7 @@ void ScreenManager_run(ScreenManager* this, Panel** lastFocus, int* lastKey) {
}
int prevCh = ch;
- ESCDELAY = 25;
+ set_escdelay(25);
ch = getch();
HandlerResult result = IGNORED;

© 2014-2024 Faster IT GmbH | imprint | privacy policy