I'd like to create an application similar to gvim, so that I'll have gtk application with console application included (in my case, it's vim or any other console text editor)
What is the best way to do this? If there is a way, how can I comunicate with this console editor from GUI?
I should be runnable on linux, but I'd really appreciate if it works on windows and other systems as well
Thank you