- May
- 13,748
- 209
This only happens when there are two pipes and one of my plugins GREPP, CRUNCH, or NOTAGS, is in the first one. If I interrupt the command with Ctrl-C, I see an instance of the un-ANSI-translated prompt.
This could be (but I'm not suggesting it is) related to my recent change from my own Ctrl handler (which terminated the plugin function and returned TRUE) to simply testing aGlobals[44].
I suppose the pipe instanced could/should be running with ANSI off, but I don't understand why one of them would be issuing a prompt (if that's what's in fact happening).
Code:
v:\> do forever ( type http://192.168.100.1/signaldata.html | notags | grep.exe dB & delay 1 )
39 dB
-4 dBmV
51 dBmV
^C
[32;1mv:\> [0m^C
v:\>
I suppose the pipe instanced could/should be running with ANSI off, but I don't understand why one of them would be issuing a prompt (if that's what's in fact happening).