Using vte-sharp.dll, I have added vte to a gtk window. I want to stream data into the terminal. But How?
term.Feed ("Hello World");
But I had to run this after the terminal was created first!
while (GLib.MainContext.Iteration ());