wget-max-x ( window -- x )


Vocabulary
curses

Definition
USING: accessors math ;

IN: curses

: wget-max-x ( window -- x ) ptr>> _maxx>> 1 + ;