Increase size of hasArg to 3
Fixes an RGB issue with m escapes
This commit is contained in:
parent
6712297839
commit
5935d3ca3c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user