Canul Podkopayeva wrote:

>    On Sys V, how do I make my program respond to a key bind like ^R? I
> want the program to run in the background and for it to take commands
> such as the one from above while still in the background.

You can't. If a process which isn't in the foreground process group
attempts to read from its controlling terminal, it will receive
SIGTTIN and be suspended.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to