8000 GitHub - psimonson/psedit: Basic text editor written in C using ncurses.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

psimonson/psedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published
0