-
Notifications
You must be signed in to change notification settings - Fork 0
Basic text editor written in C using ncurses.
License
psimonson/psedit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=========================================================== = PSEDIT VERSION 1.0 = =========================================================== This is a simple text editor written in C using ncurses. By me (Philip R. Simonson) now I have made this program, because I wanted to show people the right way of making a text editor. This text editor uses minimal resources or at least I tried to use minimal resources. Because I want this to work on even a machine that has 640KB memory. Enough explaination of why I made this. Below is a list of stuff that is implemented currently. Then, following is a list of the keyboard shortcuts. ============================================================ FEATURES ============================================================ - Normal text input. - Delete and backspace keys. - Arrow keys for navigation through the buffer. - Home and end keys for the start and end of line. - Searching through the file. - Return and tabstop keys. - Lastly file saving. ============================================================ KEYBOARD SHORTCUTS ============================================================ Ctrl+Q - Quit the text editor. Ctrl+S - Save the current file. Ctrl+F - Find in current file. F3 - Find next in current file. F5 - Convert tabs to spaces and back again. ============================================================ KNOWN BUGS ============================================================ - No known bugs at this moment. ============================================================ END OF FILE ============================================================
About
Basic text editor written in C using ncurses.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published