summaryrefslogtreecommitdiffstats
path: root/bin/sh/myhistedit.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-07-23 11:50:53 +0000
committertjr <tjr@FreeBSD.org>2002-07-23 11:50:53 +0000
commitf9fd5faa32d9a7f2b556f323090c9b6f2489ab61 (patch)
tree30084fb3c5e19f62d3064bce8b107128e70ca226 /bin/sh/myhistedit.h
parent1419e21345a70f2237a1608b56aaa25d89e8c496 (diff)
downloadFreeBSD-src-f9fd5faa32d9a7f2b556f323090c9b6f2489ab61.zip
FreeBSD-src-f9fd5faa32d9a7f2b556f323090c9b6f2489ab61.tar.gz
Add a `bind' builtin command, which is simply a wrapper around libedit's
builtin command of the same name. This allows the key bindings for the shell's line editor to be changed. MFC after: 2 weeks
Diffstat (limited to 'bin/sh/myhistedit.h')
-rw-r--r--bin/sh/myhistedit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/myhistedit.h b/bin/sh/myhistedit.h
index 77817c7..644b2c0 100644
--- a/bin/sh/myhistedit.h
+++ b/bin/sh/myhistedit.h
@@ -45,4 +45,5 @@ void sethistsize(const char *);
int histcmd(int, char **);
int not_fcnumber(char *);
int str_to_event(char *, int);
+int bindcmd(int, char **);
OpenPOWER on IntegriCloud