From 0c9830d23c87ad2a572d2c6d16b13a34001b9634 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 31 Jul 2008 08:44:16 +0000 Subject: 25345, 25347: neaten interface from main shell to zle --- Src/input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/input.c') diff --git a/Src/input.c b/Src/input.c index a721eba9b..5d780f3c4 100644 --- a/Src/input.c +++ b/Src/input.c @@ -275,7 +275,8 @@ inputline(void) int flags = ZLRF_HISTORY|ZLRF_NOSETTY; if (isset(IGNOREEOF)) flags |= ZLRF_IGNOREEOF; - ingetcline = zlereadptr(ingetcpmptl, ingetcpmptr, flags, context); + ingetcline = zleentry(ZLE_CMD_READ, ingetcpmptl, ingetcpmptr, + flags, context); histdone |= HISTFLAG_SETTY; } if (!ingetcline) { -- cgit v1.2.3