Skip to content

Commit 3cfdbe8

Browse files
committed
Updated README
1 parent 7e73f39 commit 3cfdbe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Text-Edit
2-
A small Ncurses-based text editor written in C
2+
A small Curses-based text editor written in C
33

4-
This project is stil VERY much in its infancy, and still has a very long way to go. Currently, this application has the ability to initialize and re-initialize Ncurses as necessary, and can successfully open files. However, it is not yet able to print file contents to the Ncurses console, nor navigate around said console, or edit the content in any way. It does not yet support necessary functions for saving the files, or the ability to call the function necessary to open a file from the console. In essence, it is very far from even a Beta release, and needs a hell of a lot of work in order to get where it needs to be.
4+
It is currently without a name as I could not think of a good, unique codename for this project, but yet can still do the job.
55

66
P.s. I took the inspiration for the UI from the MikeOS text editor. It would be unfair to not give credit. You can find the MikeOS project, written entirely in x86 assembly and BASIC, and distributed under a similar BSD-type license here:
77
http://mikeos.sourceforge.net/

0 commit comments

Comments
 (0)