summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2007-10-02 06:50:43 +0000
committerRich Felker <dalias@aerifal.cx>2007-10-02 06:50:43 +0000
commit822b3e760e4840dc688a840610379d977cec7b0c (patch)
treed4b6f5f61a6862cd988dbe95b96e6e4c19881c40 /README
parent2a2e17bc6d57137bca9d764c23f1b178536900cd (diff)
downloaduuterm-822b3e760e4840dc688a840610379d977cec7b0c.tar.gz
include the ucf font compiler and the ytty font in uuterm repository,
incorporating a simple nonrecursive build system for the font.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 5 insertions, 7 deletions
diff --git a/README b/README
index 0f7e3b6..4dacfb4 100644
--- a/README
+++ b/README
@@ -24,16 +24,14 @@ variable set to a valid pathname to a UCF font file:
A simple 'VGA' fallback font with ASCII and linedrawing characters is
built into uuterm, but in order to appreciate uuterm you need a real
font. uuterm uses 'UCF' (U**code/Ucs/Universal/... Charcell Font) font
-files. The code to generate UCF fonts is not yet mature, but some
-samples (and the extremely ugly compiler) may be found at:
+files. The included ucfcomp tool (nowhere near mature) can generate
+such fonts from a text-based source format. The ytty (pronounced yeti)
+font which I developed for uuterm is now included with the uuterm
+source and will be built during the build process. Further information
+on UCF (mostly outdated) may be found at:
http://brightrain.aerifal.cx/~dalias/ucf/fonts/
-See the README file there for information on available fonts and how
-to make new fonts. The "compiled" directory there contains precompiled
-fonts, of which the latest version of "ytty" should be the most
-complete and ready-to-use.
-
By default uuterm runs the default SHELL when started. If you want it
to directly run another program, simply put the name of the program on
the command line, followed by any arguments.