]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libedit: Add basic filename completion code from NetBSD.
authorjilles <jilles@FreeBSD.org>
Sun, 13 Jun 2010 17:04:42 +0000 (17:04 +0000)
committerjilles <jilles@FreeBSD.org>
Sun, 13 Jun 2010 17:04:42 +0000 (17:04 +0000)
commitca657bda4305aef04ee69064b99b13eb6ace3157
tree1398b2f6d7ed4692109b8d8152941726f776f350
parent72eba20f2c3d064ee0cc48d8ded11924960daf75
libedit: Add basic filename completion code from NetBSD.

This will be used to provide filename completion in sh(1).

Changes from the NetBSD code:
* wide character support disabled, as in the rest of libedit
* config.h and related portability stuff reduced/disabled, as in the rest
  of libedit

Submitted by: Guy Yur
Obtained from: NetBSD
include/histedit.h
lib/libedit/Makefile
lib/libedit/filecomplete.c [new file with mode: 0644]
lib/libedit/filecomplete.h [new file with mode: 0644]