このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ

Ruby 1.8.7 リファレンスマニュアル

instance method Curses::Window#nodelay

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.