Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > cursesライブラリ > 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.