Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > cursesライブラリ > Curses::Windowクラス > noutrefresh

instance method Curses::Window#noutrefresh

noutrefresh -> nil

[TODO]

Refreshes the windows and lines.

Curses::Window.noutrefresh allows multiple updates with more efficiency than Curses::Window.refresh alone.

class Curses::Window