Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Code cleanup in ZLE bindings



> This patch is a cleanup of part of the ZLE key binding system.
> Currently there is a large set of #defines in zle.h, that should be
> changed to an enum; this patch does that.  I also take the opportunity

I think enum is not supported by all compilers.  There is no enum in the
original K&R C.  Please send this patch again leaving the #define's (or
convince me that enum is supported by all C compilers on all Unix systems).

Zoltan




Messages sorted by: Reverse Date, Date, Thread, Author