Class: Curses::Pad
- Inherits:
-
Object
- Object
- Curses::Pad
- Defined in:
- ext/curses/pad/pad.c
Overview
Description
A Pad is like a Window but allows for scrolling of contents that cannot fit on the screen. Pads do not refresh automatically, use Pad#refresh or Pad#noutrefresh instead.