mud++0.35/etc/
mud++0.35/etc/guilds/
mud++0.35/help/propert/
mud++0.35/mudC/
mud++0.35/player/
mud++0.35/src/interface/
mud++0.35/src/os/cygwin32/
mud++0.35/src/os/win32/
mud++0.35/src/os/win32/bcppbuilder/
mud++0.35/src/osaddon/
mud++0.35/src/util/
The MUD++ text editor.

Several modes of editing are provided:

	Append mode for typing long multiline text.
	Line mode for editing or correcting single lines.

From command mode you must type 'append' or 'a' to go into
append mode. End with a '~' or '@' on a empty line.
To clear the buffer enter '.c' on an empty line.

While in command mode these are the recognized commands.

h,?              this screen.
l                list buffer.
c <line>         clear line.
d <line>         delete line.
x, q             save and exit editor (return to mailer or olc)
!                quit without saving changes
<number>         show that line
<number> <text>  sets line # <number> to <text>