Date: Tue, 23 Jul 2002 04:50:54 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh builtins.def histedit.c myhistedit.h sh.1 Message-ID: <200207231150.g6NBosPO046935@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/07/23 04:50:54 PDT Modified files: bin/sh builtins.def histedit.c myhistedit.h sh.1 Log: 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 Revision Changes Path 1.12 +1 -0 src/bin/sh/builtins.def 1.22 +18 -0 src/bin/sh/histedit.c 1.9 +1 -0 src/bin/sh/myhistedit.h 1.74 +4 -0 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207231150.g6NBosPO046935>