By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!You choices are to have /C work only by itself, or in combination with other options. You had said previously that you wanted to use it in combination, so that's what I did in v34.
inkey /c
followed by input
. I suppose that both inkey /c
and input /c
do the same thing, but it was sloppy coding.Doing both will require a major rewrite of INPUT & INKEY.
Why a major rewrite? It would only take 3-4 lines to overload either one with a plugin ... if there's only one arg and it's "/C" EatKeystrokes() and return 0, else return 0xFEDCBA98.
OK. I figured I was over-simplifying things.One of us knows the existing code, and one of us doesn't ...
It's not that simple. Those routines are calling deep into other routines to do the work, and this would require changing the parameters of several functions (which are called a lot of other places). It would be messy, particularly at this late date.
input /c /w0 %%dummyvarname doesn’t actually clear it
Love to hear that! "Do nothing and it will fix itself".It does here in v34. It does not in v33.