Program Name: idlbrowse. 

Program Description: idlbrowse displays in a series of standard, text based
                     windows the relationships between structures and/or
                     processes and their sobordinate classes, nodes,
                     attributes, etc. that are present in a valid Candle file.

List of files:
	README: the present file. General info on the package. 
	Makefile: to compile and install the package.
	main.c: source code for the Help Module. It interprets the command
		line, calls the Candle Module to load the Candle file and
		the Command Module to interact with the user. 
	command.h command.c: header and source code for Command Module. It
		interprets at high level the interactive commands coming
		from the Windows Module, it calls the Candle Module for
		info and passes it back to the Window Module.
	candle.h candle.c: header and source code fo Candle Module. It loads
		the Candle structure and allows its successive browsing.
	windows.h windows.c: header and source code for th Windows Module.
		It gets commands from the keyboard and displays outputs
		from the Command Module onto the multiple window system.
	global.h global.c: header and source code for the Global Module. It
		contains general purpose type declarations and general
		purpose functions to operate on the above types.

	help.h help.c: header and code for Help Module.
	idlbrowse.hlp: text file for the help facility. 

BUGS:
	When the bottom window has been used to dispay items and it has
	been scrolled and succesfully abandoned, a subsequent access to the
	same window with different items could show extraneous chars from
	the previous access. To overcome the difficulty, access and leave
	the help facility. It will restore the correct setting.

	The cursor does not follow properly the currently selected object
	when moving across windows. 
