aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.generic
AgeCommit message (Collapse)Author
2017-05-13Make Makefile genericGravatar Arun Prakash Jana
2017-04-23nlay - a highly customizable file handlerGravatar Arun Prakash Jana
2017-04-20Use readline() at chdir promptGravatar Arun Prakash Jana
With the features the readline library provides it would be too naive to ignore. We break out of the curses mode into the prompt and get back in. This change introduces dependency on libncurses.
2017-04-16Makefile: use libncurses instead of libncursesw on DarwinGravatar Zhiming Wang
macOS 10.12.4 and many earlier versions have libncurses 5.4 with wide character support, but not libncursesw.
2017-04-16Use libncursesw for internationalizationGravatar Arun Prakash Jana
Update README on dependencies
2017-04-13Move man to $PREFIX/share/manGravatar Arun Prakash Jana
2017-04-13Prepare for release v1.0Gravatar Arun Prakash Jana
2017-04-13Add Makefile.generic, update docsGravatar Arun Prakash Jana