wemock
April 9th, 2004, 04:09 PM
I need to be able to send a keyboard sentence that includes a new line (or linefeed) at the end. I'm using Girder to control a program reading stdin, and it needs the new line to accept the line of input.
I've tried turning on the RETURN special character along with my sentence, but Girder sends the RETURN first then the sentence. I need it to do the opposite.
the equivalent C string would be "foo\n"
any help would be appreciated...
-- wayne
I've tried turning on the RETURN special character along with my sentence, but Girder sends the RETURN first then the sentence. I need it to do the opposite.
the equivalent C string would be "foo\n"
any help would be appreciated...
-- wayne