[759] in BarnOwl Developers
[D-O-H] r770 - trunk/owl
daemon@ATHENA.MIT.EDU (asedeno@MIT.EDU)
Thu Oct 29 18:09:25 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: asedeno@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Thu, 6 Dec 2007 14:38:06 -0500 (EST)
Author: asedeno
Date: 2007-12-06 14:38:05 -0500 (Thu, 06 Dec 2007)
New Revision: 770
Modified:
trunk/owl/owl.c
Log:
Making usleep call more reasonable.
Responsiveness seems okay on linerva, no-knife, and darkmatter, and reported good
on zephyr.
Modified: trunk/owl/owl.c
===================================================================
--- trunk/owl/owl.c 2007-10-14 22:16:44 UTC (rev 769)
+++ trunk/owl/owl.c 2007-12-06 19:38:05 UTC (rev 770)
@@ -546,7 +546,7 @@
* as quickly as possbile */
j=wgetch(typwin);
if (j==ERR) {
- usleep(10);
+ usleep(10000);
} else {
owl_global_update_lastinputtime(&g);
/* find and activate the current keymap.