Le mercredi 06 août 2014, Marc Lehmann a écrit :
> On Wed, Aug 06, 2014 at 05:39:30PM -0500, Patrick Serru <[email protected]> 
wrote:
>>     I wrote something like this, to check if a character is available:
>
> I assume this is your own program, not anything ruxvt-related.
>
>>     Everything was OK until I want to use signals. Whatever the type of
>> signal
>
> You don't say what you are trying to do or trying to achieve, but in any
> case, your problem is entirely unrelated to urxvt (or xterm).
>
> A more appropriate forum would be a forum about general unix programming,
> or a book such as APUE.
------------------------------
    Hi Marc,

    The launched application forks and the father runs URXVT with an emulator 
embeded (named emu_H303p) and the son executes XTERM running a simple 
terminal (VT52). emu_H303p and VT52 are comunicating together by mean of two 
pipes. The code I put in the original mail is related to the communication 
between them. Note that I did not know that it was possible to exchange 
through pipes with help of signals, I just discovered that having a look at 
the source files of urxvt. Anyway, this is not the subject.

    What I would like is that emu_H303p to regularly run (every 1 or 10 ms ?) 
an routine (probably a signal handler).

    You are right : I miss competence. I realized that having that look at the 
source files of urxvt. Do you know a forum that could help me ?

    Thank you for the help.
Patrick Serru
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to