aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index c3b2e53..44c11b6 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-About FIGlet (Frank, Ian & Glenn's Letters) release 2.2.3, 12 January 2011
+About FIGlet (Frank, Ian & Glenn's Letters) release 2.2.4, 26 January 2011
--------------------------------------------------------------------------
FIGlet is a program that creates large characters out of ordinary
screen characters
@@ -28,6 +28,8 @@ zipio.h, -- A package for reading ZIP archives
zipio.c,
inflate.c,
crc.c
+utf8.h, -- A package to convert strings between UTF-8 and UCS-4.
+utf8.c
getopt.c -- Source for the standard "getopt" routine, in case you
don't have it in your C library. Not used by default.
Makefile -- The FIGlet makefile. Used by the make command.
@@ -152,7 +154,7 @@ you had said "figlet -f smslant" above, you would have seen
Here are some other useful command line options:
-c center -- centers the output of FIGlet.
--k tells FIGlet to kern characters without smushing them together.
+-k tells FIGlet to kern characters without smushing them together.
-t terminal -- FIGlet asks your terminal how wide it is, and uses
this to determine when to break lines. Normally, FIGlet assumes
80 columns so that people with wide terminals won't annoy the
@@ -235,5 +237,6 @@ FIGlet was written mostly by Glenn Chappell <c486scm@semovm.semo.edu>. The
author not being an e-mail fanatic, most correspondence (bug reports, rave
reviews, etc.) used to be handled to his secretary (who is definitely
an e-mail fanatic), Ian Chai <ianchai@usa.net> and has since moved on to
-another FIGlet enthusiast, Christiaan Keet <info@figlet.org>
+another FIGlet enthusiast, Christiaan Keet <info@figlet.org>. Current
+maintenance is conducted by Claudio Matsuoka <cmatsuoka@gmail.com>.