I'm trying to automate something by using "rxvt -e <command>" and,
for some reason it's failing.

If I issue <command> from the prompt after starting rxvt it works
fine, however when I do "rxvt -e <command>" the first part of what
command does works OK (well the text appears) but the second part
doesn't, it just makes rxvt exit.

I'm using ioctl(fd, TIOCSTI, cp) to stuff characters into the
keyboard buffer in <command>, can anyone suggest any reason why this
might not work with "rxvt -e <command>"?

-- 
Chris Green ([EMAIL PROTECTED])
  Home: [EMAIL PROTECTED]                 Work: [EMAIL PROTECTED]
  WWW: http://www.isbd.co.uk/

Reply via email to