I’m writing an app that includes a text editor, and even though I’ve already gone quite far, I though whether it is possible to embed a terminal sesion in my app so I can use an editor like vim.
I would like to embed it so it integrates in the same window with the rest of the app.
Hi @alexandrosdrymonitis not Sure if it works now but [this](https://github.com/seenaburns/dex-ui)
might give you an idea of how to do it
Thanks, I’ll have a look!