SDLread v0.9
============

A very basic text reader using SDL and bitmap fonts. 

Up/Down = Page Up / Page Down
Select	= Exit
A	= Toggle Little Font / Big Font


Why version 0.9? Because it's not very good. It's just for reading 'readme' kind of files.

NOTE: You need to install it in your dmenu with the 'selector' property set to 'yes' so that 
you can select a text file to pass through to the program.

e.g.

MenuItem Read
{
Icon = "res/system.png"
Name = " Read"
Executable = "./sdlread"
WorkDir = "/usr/local/apps/read"
Selector = yes
}

