To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





------- Additional comments from [EMAIL PROTECTED] Fri Sep  9 09:58:06 -0700 
2005 -------
ericb -> ssa 

Example to wait a key strike :

#!/bin/bash
backup_stty=$(stty -g)
stty -icanon time 1 min 0 -echo
car=""
while test -z $car ; do
         read car
done
car=""
stty $backup_stty

But we might find more better ... maybe ause will help here ? 


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to