OC                                                                        
                               -----------
                              |   KEDIT   |
                               -----------
Hi guys,
 
   Kedit is a full screen text editor for linux platform. Kedit was designed as a project of 5th sem VTU. Though many functions are not included it has advantage that it is menu oriented rather than text oriented as in most of text based editors in linux. Of main features included are 

1. Wordwrap
2. Cut,Copy,Paste
3. Color Options
4. Page setup
5. Os shell

To run kedit :
------------- 

1: If you want install kedit and then run it then 
   a. Type ./install at the shell. This installs the editor.
   b. Now you can run the editor by typing "kedit".
   c. You can see the man page by typing--->  man kedit at the shell.

   note: You should root permission to install the editor.

2: If you do not want to install but directly run it then
   a. Type -->  c++ k1.cpp newhelp.cpp -lncurses -lpanel -o kedit at the shell.
   b. Now type ./kedit at the shell to run the editor.

I hope this editor gives you an idea of how to implement and what features to provide for an editor.

If you have any doubts or any bug reports email at : krishna_kanth@hotmail.com  
