From 85e0b5f3770fc0bb84b080740dd578169d4e511c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 26 Jan 2005 18:12:08 +0000 Subject: 20752: fix access to ZLE parameters --- Src/Zle/zle.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Src/Zle/zle.h') diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index 196824094..3b9845f8a 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -194,3 +194,9 @@ struct compldat { /* Invalidate the completion list. */ #define invalidatelist() runhookdef(INVALIDATELISTHOOK, NULL) + +/* Bit flags to setline */ +enum { + ZSL_COPY = 1, /* Copy the argument, don't modify it */ + ZSL_TOEND = 2, /* Go to the end of the new line */ +}; -- cgit v1.2.3