From d811c9277c942ef81ec5f325ae55337ff3089842 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 16 Jan 1997 05:18:56 +0000 Subject: Merge in NetBSD libedit changes and new man pages. Also fix some strncpy() usage in their code. NetBSD change log was: * add a man page for the editline routines * add a man page describing editrc * fix bugs in el_parse(): * didn't execute command when program name matched (test reversed) * was checking against empty string instead of program name * after checks, command to run also pointed to empty string * document ^char and \ escape sequences * when parsing ^char control chars, check the correct char when determining validity (previously, ^char was a NOP interpreted as the literal string because of this bug) * Implement CC_REDISPLAY, which (unlike CC_REFRESH) redraws the entire input * line (a la ^R). This is useful if the binding outputs information and * mucks up the input line. To be used in ``list-choices'' bindings (refer * to the ^D binding in csh when filec is set) --- lib/libedit/search.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libedit/search.h') diff --git a/lib/libedit/search.h b/lib/libedit/search.h index 51c58b4ab5e..5d2a8e6fad2 100644 --- a/lib/libedit/search.h +++ b/lib/libedit/search.h @@ -1,3 +1,5 @@ +/* $OpenBSD: search.h,v 1.2 1997/01/16 05:18:44 millert Exp $ */ + /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. -- cgit v1.2.3