类似于 Ruby 中的 getch()、textcolor() 和 Gotoxy()

发布于 2024-08-18 19:50:19 字数 193 浏览 10 评论 0 原文

我想在 Ruby 中使用 conio.c 库 (Borland) 中的这些函数,特别是 getch()。

getch() 无需按 Enter 键即可从键盘获取键。

textcolor() 更改终端中文本的颜色。

Gotoxy() 将光标移动到终端的其他位置。

有人知道等价物吗?

谢谢。

I want to use these functions from the conio.c library (Borland) in Ruby, specially getch().

getch() gets a key from the keyboard without press enter.

textcolor() changes the color of the text in the terminal.

gotoxy() moves the cursor to other position of the terminal.

Someone knows the equivalents?

Thanks.

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

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

发布评论

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

评论(1

无声无音无过去 2024-08-25 19:50:19

在 ruby​​-forum 上,我发现了有关此问题的讨论,请参阅 Ncurses like library。有 Ncurses 和 Curses 两种。不确定是否还有其他库。

On ruby-forum I found a discussion about this, see Ncurses like library. There are both Ncurses and Curses. Not sure if there are other libs.

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