Blendi-Goose / Pencil

A simple ncurses-based text editor
1 stars 1 forks source link
text-editor

Pencil

a simple text editor written in C with ncurses

the text editor consists of 2 main parts:

you can move around the cursor in the text using the arrow keys

to modify the text use any of these commands:

anything that does not start with any of these commands will simply be added at the cursor as regular text.

Known Issues