From 5defcd73cd2450614d95ca17f550cbfba4223c8f Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 31 Jan 2014 14:38:07 +1000 Subject: And the rest of the gratuitous name changes. --- handlekeys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlekeys.c b/handlekeys.c index 5721341..2fc6437 100644 --- a/handlekeys.c +++ b/handlekeys.c @@ -232,7 +232,7 @@ void handle_keys(long extra, int (*handle_sequence)(long extra, char *sequence), // TODO - Should only ask for a time out after we get an Escape, or the user requested time ticks. // I wanted to use poll, but that would mean using ppoll, which is Linux only, and involves defining swear words to get it. - p = pselect(0 + 1, &selectFds, NULL, NULL, &timeout, &signalMask); + p = pselect(0 + 1, &selectFds, NULL, NULL, &timeOut, &signalMask); if (0 > p) { if (EINTR == errno) -- cgit v1.1