From: <to...@in...> - 2007-06-20 10:08:31
|
Hello everybody, I do not know, whether something of this kind is already in some kind of patch-backlog, but I implemented a feature a few weeks ago, that could stop the recording after a specified interval. I simply start another Thread which calls Thread.interrupt_main() which causes the main Thread to except the same as if a user pressed ^C. This feature is used by giving "-l <time in seconds>" to the commandline. Regards, Philipp |