This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Oct 10 19:54:49 -0700 2008 | |
| |
HISTORY.txt | Wed May 21 17:35:04 -0700 2008 | |
| |
HISTORY_GEM.txt | Sat Nov 15 14:37:11 -0800 2008 | |
| |
INSTALL.txt | Wed May 21 17:35:04 -0700 2008 | |
| |
README.txt | Wed May 21 17:35:04 -0700 2008 | |
| |
README_GEM.txt | Wed May 21 17:35:04 -0700 2008 | |
| |
Rakefile | Fri Apr 10 07:45:37 -0700 2009 | |
| |
doc/ | Wed May 21 17:41:25 -0700 2008 | |
| |
ext/ | Fri Apr 10 08:48:30 -0700 2009 | |
| |
lib/ | Fri Oct 10 19:56:25 -0700 2008 | |
| |
test/ | Fri Oct 10 19:56:25 -0700 2008 |
README.txt
This file implements a port of Perl's Win32::Console and Win32::Console::ANSI modules. Win32::Console allows controling the windows command line terminal thru an OO-interface. This allows you to query the terminal (find its size, characters, attributes, etc). The interface and functionality should be identical to Perl's. Win32::Console consists of a Ruby .rb interface. For best performance, this library has been also ported to C. If you lack a C compiler, you can still use the class thru the ruby interface. If you can compile it, then the ruby interface is not used and the C functions are called instead. Win32::Console::ANSI is a class derived from IO that seamlessly translates ANSI Esc control character codes into Windows' command.exe or cmd.exe equivalents. These modules allow you to develop command-line tools that can take advantage of the unix terminal functions while still being portable. One of the most common uses for this is to allow to color your output. The modules are disted with Term/ansicolor.rb, too, as it is a nice thing to verify it is working properly.







