diff options
author | June McEnroe <june@causal.agency> | 2019-01-11 17:38:59 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-11 17:38:59 -0500 |
commit | e795c2ea0dfc6b17ac1217785319088d6f50f39c (patch) | |
tree | cc58a084a78f5f0952eba60c52b7c5b564964099 /bin/cash/libedit/historyn.c | |
parent | Add PSlit for prompt escapes (diff) | |
download | src-e795c2ea0dfc6b17ac1217785319088d6f50f39c.tar.gz src-e795c2ea0dfc6b17ac1217785319088d6f50f39c.zip |
Import /usr/src/lib/libedit from NetBSD 8.0
Diffstat (limited to 'bin/cash/libedit/historyn.c')
-rw-r--r-- | bin/cash/libedit/historyn.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/cash/libedit/historyn.c b/bin/cash/libedit/historyn.c new file mode 100644 index 00000000..59130dea --- /dev/null +++ b/bin/cash/libedit/historyn.c @@ -0,0 +1,3 @@ +#include "config.h" +#define NARROWCHAR +#include "history.c" |