method

nodelay=

ruby latest stable - Class: Curses::Window

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

nodelay=(p1)
public

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.