curses-window


Vocabulary
curses

Definition


TUPLE: curses-window < disposable
ptr parent-window
{ lines integer initial: 0 } { columns integer initial: 0 }
{ y integer initial: 0 } { x integer initial: 0 }
{ cbreak initial: t } echo raw
{ scrollok initial: t } leaveok idcok idlok immedok
{ keypad initial: t } nodelay { encoding initial: utf8 } ;


Methods