gitextract_wxtjzi60/ ├── .gitignore ├── .travis.yml ├── AUTHORS ├── COPYING ├── ChangeLog ├── INSTALL ├── LICENSE.txt ├── Makefile.am ├── Makefile.in ├── NEWS ├── README ├── README.Irix ├── README.md ├── aclocal.m4 ├── compile ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── include/ │ ├── hex.h │ └── hgetopt.h ├── install-sh ├── man/ │ ├── Makefile.am │ ├── Makefile.in │ └── hexcurse.1 ├── missing ├── mkinstalldirs └── src/ ├── Makefile.am ├── Makefile.in ├── acceptch.c ├── color.c ├── file.c ├── getopt.c ├── hexcurse.c ├── llist.c ├── screen.c └── stack.c