To use the editor type the following commands:

1. To extract the gzipped tarball
	tar -zxf editor.tar.gz
2. To compile
	cc main.c -lncurses -lpanel -lmenu
3. To view the output
	./a.out
