This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
1834
Commits
1
Branch
14 MiB
Tree:
c8031ca2a7
libcaca
/
perl
/
lib
/
Term
/
Kaka
/
Bitmap.pm
Bitmap.pm
64 B
Raw
Normal View
History
* Imported John Beppu's Perl wrapper.
20 years ago
1
2
3
4
5
package Term::Kaka::Bitmap;
use base 'Term::Caca::Bitmap';
1;