23 Dec 10, 12:29AM
Not possible without modifying the source code. The most convenient way to do what you want would be to add a signal handler like
and then let that read some text from a file or standard input or a pipe or whatever.
[SELECT ALL] Code:
signal(SIGUSR1, handler);