适用于 Windows 的类似 NCurses 的系统

发布于 2024-08-29 22:44:40 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

永不分离 2024-09-05 22:44:40

有一个非常相似的库 PDCurses。它使用与 ncurses 相同的调用,但适用于 Win32。移植程序唯一需要的就是重新编译。

http://pdcurses.sourceforge.net/

There is very similar library PDCurses. It uses the same calls as ncurses, but works on Win32. The only thing you'd need to port a program would be to recompile.

http://pdcurses.sourceforge.net/

私藏温柔 2024-09-05 22:44:40

不是跨平台的,但您可以使用 Windows API 的控制台函数直接。

Not cross platform, but you could use the Windows API's Console Functions directly.

爱情眠于流年 2024-09-05 22:44:40

看起来 GNUWin32 项目提供了 NCurses 的直接端口。

请参阅此处:

http://gnuwin32.sourceforge.net/

http://gnuwin32.sourceforge.net/packages/ncurses.htm

It looks like the GNUWin32 project provides a direct port of NCurses.

See here:

http://gnuwin32.sourceforge.net/

http://gnuwin32.sourceforge.net/packages/ncurses.htm

樱娆 2024-09-05 22:44:40

我会根据需要将 CYGWIN 与 NCURSES 结合使用:curses + 跨平台。

除此之外,您还可以尝试 Borland 的旧版 CONIO(Embarcadero 上有旧版 Borland 软件的存储库),或 Microsoft 的 Win32 API 控制台

I would use CYGWIN with NCURSES: curses + crossplatforms, as you want.

Other than that, you can try Borland's old CONIO (there is a repository of old Borland Software at Embarcadero), or Microsoft's Win32 API Console.

风苍溪 2024-09-05 22:44:40

SetEdit 使用 Borland 的 TurboVision 端口。该端口是跨平台的,可以在此处找到,并获得 GPL 许可。

SetEdit uses a port of Borland's TurboVision. This port is cross platform and can be found here, licensed under GPL.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文