Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top