			TERMCAP SETTINGS
In order for screen displays to function most effectively, the terminal
used must be defined and have its attributes defined in the termcap file.

The iMENU system needs the following standard TERMCAP settings:
	ce = Clear to end of line
	cl = Clear Screen
	cm = Cursor motion
	ho = Home cursor
	is = Terminal initialization string
	kd = Down arrow key
	kl = Left arrow key
	kr = Right arrow key
	ku = Up arrow key

The iMENU system uses the following non_standard TERMCAP settings:

Certain capability codes are prefixed with either a plus sign (+)
or a minus sign (-).  These symbols indicate that the codes must be 
handled specially for terminals with "hidden screen attributes" 
(that is, control characters do not take up screen display positions).

If the terminal has hidden attributes for these capabilities, those
codes prefixed with + must be preceded by a space.  Those codes 
prefixed with a - must be followed by a space.  The following two
examples show both of these cases:

       :M4= \EG4:
       :M5=\EG0 :

The following table lists the capability codes and a description of
each code's action.  All of these codes are string capability codes.

	M0 = cursor
	M1 = cursor off
       +M2 = high intensity
       +M3 = low intensity
       +M4 = reverse video
       -M5 = normal video
	M6 = screen on
	M7 = screen off
	M8 = graphics on
	M9 = graphics off
	Ma = bottom left corner
	Mb = top left corner
	Mc = top right corner
	Md = bottom right corner
	Me = cross
	Mf = vertical line
	Mg = horizontal line
	Mh = right tee
	Mi = left tee
	Mj = top tee
	Mk = bottom tee
       +Ml = underline on
       -Mm = underline off
       +Mn = blink on
       -Mo = blink off
	Mp = overstrike on
	Mq = overstrike off
	Mr = connect on (bold line)
	Ms = connect off (bold line)
	Mt = home key
	Mu = backtab key
	Mv = help key			(defaults to ?)
	Mw = select (find) data key	(^F)
	Mx = get next data key		(^N)   +---------------------------+
	My = delete data key		(^D)   |                           |
	Mz = submit data key		(^E)   | PLEASE NOTE THESE CONTROL |
	MA = reserved                          | KEYS ARE SUGGESTED, BUT   |
	MB = undo key			(^U)   | MAY DIFFER ON A GIVEN     |
	MC = character insert key	(^A)   | TERMINAL ***************  |
	MD = character delete key	(^X)   |                           |
	ME = terminate key (quit)	(^T)   +---------------------------+
	MF = get blank form key		(^B)
	MG = reserved
	MH = copy form key		(^C)


