#
#	NAME
#		Editors  --  List of editors and their commands.
#
#	SYNOPSIS
#		name:description:flags:command
#
#	DESCRIPTION
#		Editors contains the list of editors available, the commands to use
#		them, a user description, and flags to tell Unidel how to use the
#		command.
#
#		Before calling the editor, Unidel will set SHELL to 'rsh', PATH
#		to '/usr/rbin', and change directory to a temporary directory in
#		which to edit files.
#
#		Unidel uses the first editor in the list as the default editor.
#
#		name	is the name of the editor, used to select or reference the
#				editor.
#		description	is the user description of the editor, used when
#				selecting the editor.
#		flags	are keywords that describe the editor to Unidel.  The
#				available flags are:
#			SIZE=n	There is a maximum file size n for this editor.
#		command	the command to use, with a %s replaced by the filename.
#
#	SEE ALSO
#		unidel(1), vi(1), jove(1), smile(1), fsed(1), emacs(1)
#
SMiLE:Simple Message Line Editor, the default editor: :/usr/local/lib/unidel/smile %s
#fsed:Full Screen EDitor, MUST have VT100 or ANSI terminal: :/usr/local/bin/fsed +/usr/local/lib/wordstar.cfg %s
#j:Not for mortals: :/usr/local/bin/jeditor %s
vi:Not for mortals: :/usr/bin/vi %s
#jove:Not for mortals: :/usr/local/bin/jove %s
emacs:Not for mortals: :/usr/local/bin/emacs %s
