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

module function Curses.#scrl

scrl(num) -> bool[permalink][rdoc]

[TODO]

Scrolls the current window Fixnum +num+ lines. The current cursor position is not changed.

For positive +num+, it scrolls up.

For negative +num+, it scrolls down.

[PARAM] num:
スクロールする行数を指定します。