Games-Rezrov
view release on metacpan or search on metacpan
ZIO_Win32.pm view on Meta::CPAN
package Games::Rezrov::ZIO_Win32;
# z-machine i/o for perls with Win32::Console
# TO DO:
# - handle scrollbars/buffering properly...it would be nice
# if old game text could be seen via an existing scrollbar.
# But this requires untangling screen Size() mess.
# - can we set hourglass when busy?
use strict;
use Win32::Console;
use Games::Rezrov::ZIO_Generic;
use Games::Rezrov::ZIO_Color;
use Games::Rezrov::ZConst;
use Carp qw(cluck);
( run in 0.702 second using v1.01-cache-2.11-cpan-87723dcf8b7 )