Term::Screen::Win32 - Simple L<Term::Screen> style interface to the L<Win32::Console> capabilities


NAME

Term::Screen::Win32 - Simple the Term::Screen manpage style interface to the the Win32::Console manpage (and the Win32::Console::ANSI manpage) capabilities

Version 0.03


SYNOPSIS

    use Term::Screen::Win32;
    #
    # Do all the stuff you can do with Term::Screen
    #

See the Term::Screen manpage for details


DESCRIPTION

This module provides the same interface as the Term::Screen manpage provides.

It was created to be used with the Term::Screen::Uni manpage.

Functions are not supported

These functions are not supported and will croak if called:

term()
Useless on Win32

These functions are different from the Term::Screen manpage:

def_key('name','input string')
Provide 'virtual keycode' as an 'input string'

These functions are not exists in the Term::Screen manpage:

cleanup()
Return console to the origuinal mode. Called automatically on DESTROY.

EXPORT

None.


SEE ALSO

the Term::Screen manpage, the Win32::Console manpage, the Win32::Console::ANSI manpage


AUTHOR

Daniel Podolsky, <tpaba@cpan.org>


COPYRIGHT AND LICENSE

Copyright (C) 2006 by Daniel Podolsky, <tpaba@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.

 Term::Screen::Win32 - Simple L<Term::Screen> style interface to the L<Win32::Console> capabilities