Skip to content

hotgazpacho/iron-term-ansicolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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 Will Green, Ivan Porto Carrero, David Blackmon. See LICENSE for details.

About

term-ansicolor for IronRuby using .Net framework libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages