Here's a short description of the format for the text-files.

1) Cleaning the screen: Just write <FF>. The screen is filled with the
	current background color.

2) Colors: <SI><bg><fg>
	Sets display colors for background <bg> and foreground <fg>.
	These equal the folowing hex-codes:

	0 = black		8 = dark gray
	1 = dark blue		9 = bright blue
	2 = dark green		a = bright green
	3 = dark cyan		b = bright cyan
	4 = dark red		c = bright red
	5 = dark purple		d = bright purple
	6 = brown		e = yellow
	7 = light grey		f = white

	Using a bright color (8-f) as background leads to the
	corresponding dark color (0-7) with the forground flashing.
	Use <IS> instead of <SI> to reset to light grey foreground on
	black background. <IS> doesn't need any options!

3) End-of-File: Use one single dot ('.') followed directly by a Newline.


		Have a lot of Fun!
