ANSI VT100 转义序列的标准 C 头文件

发布于 2024-09-17 16:49:12 字数 40 浏览 6 评论 0原文

是否有一个标准 C 标头包含 vt100 的 ansi 转义序列?

Is there a standard C header containing ansi escape sequences for say vt100 ?

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

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

发布评论

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

评论(2

任性一次 2024-09-24 16:49:12

更多的是一个库而不是标头,但我认为您正在寻找 termcap 或其现代替代品< a href="http://en.wikipedia.org/wiki/Terminfo" rel="nofollow noreferrer">terminfo。

或者也许是更高级别的诅咒。或者在本例中,直接替换 ncurses。

More a library than a header, but I think you are looking for termcap or its modern replacement terminfo.

Or perhaps the higher-level curses. Or in this case, the drop-in replacement ncurses.

别理我 2024-09-24 16:49:12

答案是否定的,这种硬件特定的东西并不在C标准中。

The answer is no, this kind of hardware-specific stuff is not in the C standard.

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