This is a list of the current bugs found in either the rocat BBS System or
the documentation:

1.  The BBS asks for 'ansi' emulation (recommends it, in fact).  Slackware
doesn't ship with the /etc/termcap entry for 'ansi'.

	To fix:
		Make an alias in the 'console' entry in the /etc/termcap
		file.

		As root, edit the /etc/termcap file.
		search for console
			/console
		After the word console, put a pipe (|), and type 'ansi'.
		The resulting entry should look something like:

			console|ansi|con80x25|dumb:\

		This will allow persons using 'ansi' emulation to work.
