Increase size of hasArg to 3

Fixes an RGB issue with m escapes
This commit is contained in:
Chris Feger 2023-05-02 14:30:28 -07:00
parent 6712297839
commit 5935d3ca3c

View File

@ -237,7 +237,7 @@ static struct
int rawBuf[5]; int rawBuf[5];
}; };
int argIdx; int argIdx;
bool hasArg[2]; bool hasArg[3];
enum ESC_STATE enum ESC_STATE
{ {
ESC_NONE, ESC_NONE,