Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > cursesライブラリ > Cursesモジュール > def_prog_mode

module function Curses.#def_prog_mode

def_prog_mode -> bool

[TODO]

Save the current terminal modes as the "program" state for use by the Curses.reset_prog_mode

This is done automatically by Curses.init_screen

module Curses