aboutsummaryrefslogtreecommitdiff
path: root/readline.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2011-04-04 16:23:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2011-04-04 16:23:32 +0000
commitc83d78a78592d3fbea7064fc85784b780e912284 (patch)
treedf00165e370afc5bea76593ce73ea7668552fbcb /readline.c
parent703cb6130cc6bd2fc0b0eba9cf05b5f483673ef4 (diff)
downloadsrc-c83d78a78592d3fbea7064fc85784b780e912284.tar.gz
src-c83d78a78592d3fbea7064fc85784b780e912284.zip
Vendor import NetBSD's libedit of "2010/08/04 20:29:18 UTC".vendor/NetBSD/libedit/2010-08-04
Obtained from: NetBSD
Notes
Notes: svn path=/vendor/NetBSD/libedit/dist/; revision=220329 svn path=/vendor/NetBSD/libedit/2010-08-04/; revision=220330; tag=vendor/NetBSD/libedit/2010-08-04
Diffstat (limited to 'readline.c')
-rw-r--r--readline.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/readline.c b/readline.c
index a0a390cc61f1..2f8afabec7ee 100644
--- a/readline.c
+++ b/readline.c
@@ -1,4 +1,4 @@
-/* $NetBSD: readline.c,v 1.89 2010/04/15 00:57:33 christos Exp $ */
+/* $NetBSD: readline.c,v 1.90 2010/08/04 20:29:18 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: readline.c,v 1.89 2010/04/15 00:57:33 christos Exp $");
+__RCSID("$NetBSD: readline.c,v 1.90 2010/08/04 20:29:18 christos Exp $");
#endif /* not lint && not SCCSID */
#include <sys/types.h>
@@ -2234,3 +2234,9 @@ void
rl_cleanup_after_signal(void)
{
}
+
+int
+rl_on_new_line(void)
+{
+ return 0;
+}