DrawTerm - A Terminal Image Drawing Program by S.Murali Krishna.
<smk_in@rediffmail.com>

NOTE: manpage contains all the informations you required for help
anyway go through this for further details.

for man page put the following in your shell prompt

man ./drawterm.man

This is a little program I wrote  Just after learning Linux. 
I wrote this Because I encounter Problems in getting an image
from a non-GUI Terminals without giving for cursor movement efforts.
Still Vi offers much function keys to type the image manually however
this is more soft-pedaled than that. You will find this in using.

What You Need
=============
GCC compiler
ncurses Library.
Linux or Unix Terminal (Minimum), Console can be used.
	

INSTALLATION
============
Compile the  Source code with link to ncurses library and get your
output exe file. Run the Executable with Specified Options in Manpage.
For making Read MAKEFILE


HELP
====
Before Start this Read the Manpage "drawterm.man" in the same Directory
where you find the source. It list Out All The command-line options
and Internal Key Functions. SEE Man page for further help.

Easy Start
==========
Start the Program First With No Option and Draw any Image as Specified.
and save the file with any name. The Default file extension is .tp
quit the program by Pressing Q . Second Time Run the Program with
-f filename Option. You will Find Further things on the way.

There is one file "example.tp" in the current directory
you can also use the file for starting.
use
	DrawTerm -f example.tp

More Involved Use
=================
You can also View the same file Created here with any text editor 
since it is saved as you draw on the screen and further manipulate
the image from the text editor. Again view the same in DrawTerm.


MISC
====
* This Software is distributed under the GPL (see file COPYING).


