From 2ace0ce4f2803367a3006384172136a54118614e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 Mar 2004 11:44:09 +0000 Subject: 19553: rename c in zle to lastchar --- Src/Zle/zle_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/Zle/zle_main.c') diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index 25d2539dc..2ed250e14 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -76,7 +76,7 @@ int mark; /* last character pressed */ /**/ -int c; +mod_export int lastchar; /* the bindings for the previous and for this key */ @@ -688,7 +688,7 @@ zlecore(void) selectlocalmap(NULL); bindk = getkeycmd(); if (!ll && isfirstln && !(zlereadflags & ZLRF_IGNOREEOF) && - c == eofchar) { + lastchar == eofchar) { eofsent = 1; break; } -- cgit 1.4.1