TedFlex - A File Explorer and Text Editor.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Aadhavan Srinivasan 58be3215f9 Updated Makefile to use PDCurses install script 2 years ago
.gitignore updated .gitignore 2 years ago
Makefile Updated Makefile to use PDCurses install script 2 years ago
README.md Updated README todo 2 years ago
fileman.c First commit 2 years ago
fileman.h Updated header files 2 years ago
installfull.sh Updated Install Script 2 years ago
installpdcurses.sh Added install script for PDCurses 2 years ago
program3-4.c Set env. var. for PDcurses SDL 2 years ago
texted.c Routine changes 2 years ago
texted.h Updated header files 2 years ago

README.md

TedFlex - a File Explorer / Text Editor

TedFlex is an ncurses-based File Explorer and Text Editor application, written in C.


It uses a custom-compiled version of ncurses, and will likely crash if used with a regular ncurses library.
The following steps are used to compile the version of ncurses that this program needs:

  • Grab the ncurses source code from here
  • Run the configure script (for ncurses) with the --with-pthread --with-shared options.
  • Run make and make install to compile and install the library. -TODO - Update install script to fetch and compile pdcurses source code.