From: ewt Date: Thu, 16 Oct 1997 22:41:15 +0000 (+0000) Subject: sped up button pushes X-Git-Tag: r0-20~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24a2ad222d3bd308b2512b1e1dde910bbbc4dd2f;p=thirdparty%2Fnewt.git sped up button pushes --- diff --git a/button.c b/button.c index a06bae4..e0e1216 100644 --- a/button.c +++ b/button.c @@ -156,10 +156,10 @@ static struct eventResult buttonEvent(newtComponent co, /* look pushed */ buttonDrawIt(co, 1, 1); newtRefresh(); - newtDelay(300000); + newtDelay(150000); buttonDrawIt(co, 1, 0); newtRefresh(); - newtDelay(300000); + newtDelay(150000); } er.result = ER_EXITFORM;