Open zadjii-msft opened 4 years ago
This is something that I would like to see, especially if it was done in such a way that it could be ported to other frameworks such as avaloniaui.
This is something that I would like to see, especially if it was done in such a way that it could be ported to other frameworks such as avaloniaui.
And maybe also in Uno Platform UI too! 😉
@zadjii-msft Any progress about those Tasks?
Unfortunately nope. I think we originally slated this for late 2023, but alas, other internal priorities came in and bumped this. I think we fully intend to do this sometime SoonTM.
Soon ™️.
Love it! 😆
Anyway, I'm thinking about moving (at least for Now ™️) to a web-based terminal emulator like xterm.js
(or others) and embed it within a WebView
control.
Maybe you can give me suggestions about this approach?
Thanks!
This scenario tracks the remaining work to productize the UWP and WPF versions of the Terminal Control. These will allow 3rd-party developers to embed terminal instances in their applications. That way, external developers won't need to write their own terminals, they can just re-use the one we build in this repo.
Currently, the Windows Terminal uses the UWP version of the control. Similarly, Visual Studio embeds the WPF version.
Pre-Requisites
These tasks aren't immediately related, but will need to get done first to unblock this work
TerminalCore
as well? Currently the Terminal Core only implements the VT sequences that ConPTY will emit. Hypothetically, someone might be using this in a scenario where conpty isn't on the other end.Tasks
related