Hello everyone
Today I have decided to reveal the text editor(using ncurses for linux) I recently made here. It is a very basic text editor which can be used from console. It provides many basic functions like
I intend to upload the code with explanations for it soon, in coming few weeks
Today I have decided to reveal the text editor(using ncurses for linux) I recently made here. It is a very basic text editor which can be used from console. It provides many basic functions like
- adding text
- replacing text
- removing text
- deleting a specific part of text
- searching the text
- searching and replacing some text
- search and delete a part of text
I intend to upload the code with explanations for it soon, in coming few weeks