Signals and urxvt version 9.18 then 9.20...
Patrick Serru
patrik at serru.net
Thu Aug 7 15:17:05 CEST 2014
Le mercredi 06 août 2014, Marc Lehmann a écrit :
> On Wed, Aug 06, 2014 at 05:39:30PM -0500, Patrick Serru <patrik at serru.net>
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Processes.png
Type: image/png
Size: 5742 bytes
Desc: not available
URL: <http://lists.schmorp.de/pipermail/rxvt-unicode/attachments/20140807/4a15e06a/attachment.png>
More information about the rxvt-unicode
mailing list