-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terminal 只可以附加控制台应用吗? #12525
Comments
Apologies, I'm trying to use a machine translation. Sorry if I misunderstand. You mean like, launch the Windows Terminal automatically when you launch For more info see: Windows Terminal as your Default Command Line Experience. Is that what you meant? |
如果你需要将第三方程序添加进 terminal,只需要第三方程序是标准的可交互命令行即可。 如果你需要在自己的应用程序中使用 terminal,比如使用 terminal 的渲染引擎等组件,你需要自己进行集成。 If you need to add a third-party program to terminal, you only need the third-party program to be a standard interactable command line. If you need to use terminal in your own application, for example using components such as terminal's rendering engine, you will need to do your own integration. |
I can't translate this issue accurately into English because I don't understand his full meaning either, I can only try to guess. |
I mean: can terminal attach window programs like cmd.exe. For example: wpf program, notepad.exe, etc. |
终端是用于提供和 Shell 交互的图形界面,并不是”附加“,所以不能用于图形程序。 The terminal is used to provide a graphical interface for interacting with the shell, not "attach", so it cannot be used for GUI. |
thank you! |
Might be related to #997. But hosting a UIElement like a WebView is one thing, hosting a different GUI application (basically means hosting another HWND window) is another. My translation of the issue: |
terminal 只可以附加像cmd、power shell之类的控制台应用吗?
能不能附加c#的窗口应用?如果不能,以后有没有可能支持这一功能。
The text was updated successfully, but these errors were encountered: