Skip to content

scarpenter/iron-term-ansicolor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iron-term-ansicolor

iron-term-console is a library for IronRuby that makes use of the .Net framework System.Console and related classes to provide colored output for ANSI formatted strings.

For the Ruby OneClick installer, a package called win32console exists to provide this functionality. It makes calls to the Win32 API, including bit twiddling, to provide colored console output for that Ruby distribution. In IronRuby, we have direct access to the .Net Base Class Library. Rather than writing C# code to create an IronRuby module to interact with a C++ API, this library directly uses the .Net BCL, and write the code directly in Ruby.

Copyright © 2009 hotgazpacho. See LICENSE for details.

About

term-ansicolor for IronRuby using .Net framework libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published