Skip to content
forked from mazarf/editor

Text editor using ncurses library

License

Notifications You must be signed in to change notification settings

Bibliocar-ng/editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor

Image of the program in use.

Almost ready to merge upstream, still need cosmetic style changes, and to write the merge request.

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.

About

Text editor using ncurses library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.5%
  • Makefile 3.5%