Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop searching in further dirs on errors except ENOENT #12
if a terminfo file was found during the directory search, loaded, and then found to contain an error, the search continues into other locations. If this eventually fails, the error is always ENOENT, thus swallowing the reason that the file which was found, had errored. This PR changes the behaviour, stopping on the first error that is not ENOENT. ref: mauke#41
- Loading branch information