c5c46ebd36efaaf4680f297a75703bdde0aed9cc
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 with the
--with-pthread --with-shared
options. - Run
make
andmake install
.
Description
Languages
C
91.2%
Shell
6.9%
Makefile
1.9%