Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timj/perl-tk-textansicolor
- Owner: timj
- Created: 2009-08-08T01:23:21.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T19:12:53.000Z (6 months ago)
- Last Synced: 2024-07-25T22:12:01.909Z (6 months ago)
- Language: Perl
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
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
Test0.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.018Installation
------------This is a standard perl module. To install:
% perl Build.PL
% ./Build
% ./Build test
% ./Build installThe 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.