Short:        SDL TTY terminal emulator library
Author:       Ingo Ruhnke, AmigaOS 4.0 compile by Spot / Up Rough
Uploader:     Varthall / Up Rough <varti02 hotpop com>
Type:         dev/lib
Version:      0.0.1
Architecture: ppc-amigaos >= 4.0.5

SDL_tty 0.0.1
=============

SDL_tty is a very simple library that tries to simulate a primitive
terminal that allows you to print to the screen in much the same way
that you would print to stdout.


Features
========

* can create a primitive terminal for text output
* some primitve support for scrolling 
* support for fixed-width fonts
* support for loading fonts from file as well as directly from code, a
  image to .h converter is provided
* small and meant to be included in your source, not meant to be compiled as
  a real .so/dll library
