Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要构建一个类似终端的应用程序,该应用程序需要在我通常的 Ubuntu 安装下使用,但也需要在 Windows 下使用。我一直在寻找一个接受命令并能够显示某种命令历史记录和输出的终端组件。
gnome-terminal 中使用了一个名为 VTE 的组件,但我无法在 Windows 下编译它,因为它依赖于一些 Unix 特定的函数(看起来)。您是否知道任何其他可以在 Windows 下构建的类似终端的 GTK 组件或以某种方式构建 VTE?
也许您想查看名为 zvt 的旧 GNOME 小部件,它可能已被移植到 Win32。
Gnuplot wxt 提供了一个终端,它在 X 上使用 GTK 编译,并在 windows 上使用 win32 API。它使用 WxWindows 接口编译到两种环境中。
不,仍然没有,即使是多年后。