The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quizzer::FrontEnd::Tty - Tty FrontEnd

DESCRIPTION

This FrontEnd is not useful by itself. It serves as a parent for any FrontEnds that have a user interface that runs in a tty. The screenheight property of this FrontEnd is always set to the current height of the tty, while the screenwidth property is always set to its width.

METHODS

resize

This method is called whenever the tty is resized, and probes to determine the new screen size.

AUTHOR

Joey Hess <joey@kitenet.net>