Hello! > I was hoping that I could embed rxvt into a GUI application using > wxWindows (a cross platform GUI API in C++) and have the ability to feed > that GUI application keystrokes. Anybody done anything like this? If > not, how do people suggest going about doing this?
You may want to look at fxvt: http://savannah.nongnu.org/projects/fxvt This is a widget for FOX, not wxWindows. I also remember that Paul Sheer, the maintainer of Cooledit, tried to integrate rxvt into Cooledit as a widget. Again, it's not for wxWindows, but if you are interested, you can ask him, just try to be nice - he is very busy. taTelnet is for wxWindows, but it's not rxvt (it only emulates vt100): http://sourceforge.net/projects/tatelnet/ -- Regards, Pavel Roskin
