From 822b3e760e4840dc688a840610379d977cec7b0c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 2 Oct 2007 06:50:43 +0000 Subject: include the ucf font compiler and the ytty font in uuterm repository, incorporating a simple nonrecursive build system for the font. --- README | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'README') 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. -- cgit v1.2.1