Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-13 | Make Makefile generic | ||
2017-04-23 | nlay - a highly customizable file handler | ||
2017-04-20 | Use readline() at chdir prompt | ||
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-16 | Makefile: use libncurses instead of libncursesw on Darwin | ||
macOS 10.12.4 and many earlier versions have libncurses 5.4 with wide character support, but not libncursesw. | |||
2017-04-16 | Use libncursesw for internationalization | ||
Update README on dependencies | |||
2017-04-13 | Move man to $PREFIX/share/man | ||
2017-04-13 | Prepare for release v1.0 | ||
2017-04-13 | Add Makefile.generic, update docs | ||