Mazar Farran 4e174661ed Readme changes
Also added static function prototypes to prompt.c
2015-09-05 12:19:55 -07:00
2015-09-05 12:19:55 -07:00
2015-08-21 16:18:49 -07:00
2015-08-28 16:22:21 -07:00
2015-08-28 21:15:50 -07:00
2015-08-28 21:15:50 -07:00
2015-09-05 12:19:55 -07:00
2015-09-05 12:19:55 -07:00

Text Editor

Image of the program in use.

Functional lightweight text editor written in C using ncurses.

##How to use:

usage: text [ file ]
  • F4 quits (after prompt)
  • F5 saves the current file (untitled.txt is the default name)
  • F6 saves the current file and allows you to specify the filename. (WARNING: no confirmation screen or error checking yet).

##Current issues:

  • Code could be organized better
  • Some arguments/variables don't do anything
  • Tabs are always 4 spaces. This is likely a permanent solution.
  • Need to add copy/paste/undo.
Description
No description provided
Readme MIT 58 KiB
Languages
C 98.1%
Makefile 1.9%