Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timj/perl-tk-textansicolor

Perl CPAN Tk::TextANSIColor module
https://github.com/timj/perl-tk-textansicolor

Last synced: 2 months ago
JSON representation

Perl CPAN Tk::TextANSIColor module

Awesome Lists containing this project

README

        

Tk::TextANSIColor
-----------------

Tk::TextANSIColor provides a sub-classed Tk::Text widget that
understands ANSI color codes. A read-only widget is also supplied.

The ANSI color codes are replaced by tags in the Text widget.

Requirements
------------

Requires the following modules:

Tk
Term::ANSIColor
Test

0.10 Has been tested with perl 5.004_04/5.005_03 on Linux RedHat5.2
and Sparc Solaris 2.6 and Tk800.014.

0.11 Has been tests on Redhat6.1, Tk800.021 and perl5.6.0/5.005_03 and
Windows NT 4 with ActivePerl 5.6.0 and Tk800.018

Installation
------------

This is a standard perl module. To install:

% perl Build.PL
% ./Build
% ./Build test
% ./Build install

The tests require access to a graphics display.

Author
------

This module was written by Tim Jenness ([email protected]).

Copyright (C) 1999-2001,2003 Tim Jenness. All rights reserved. This
program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.