nodelay(val)[permalink][rdoc]-
[TODO]
Causes Curses::Window.getch to be a non-blocking call. If no input is ready, getch returns ERR.
If disabled (+bool+ is +false+), Curses::Window.getch waits until a key is pressed.
このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ
nodelay(val)[permalink][rdoc][TODO]
Causes Curses::Window.getch to be a non-blocking call. If no input is ready, getch returns ERR.
If disabled (+bool+ is +false+), Curses::Window.getch waits until a key is pressed.