]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
sped up button pushes
authorewt <ewt>
Thu, 16 Oct 1997 22:41:15 +0000 (22:41 +0000)
committerewt <ewt>
Thu, 16 Oct 1997 22:41:15 +0000 (22:41 +0000)
button.c

index a06bae4d2fa85eb4efa52f0aefe7b06b3233e877..e0e1216e1800a996f72a9d839b6589f185a708fa 100644 (file)
--- 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;