diff --git a/vtparser.h b/vtparser.h index 6ebf0ad..6057f85 100644 --- a/vtparser.h +++ b/vtparser.h @@ -55,7 +55,8 @@ typedef void (*VTCALLBACK)(VTPARSER *v, void *p, wchar_t w, wchar_t iw, struct VTPARSER{ STATE *s; - int narg, nosc, args[MAXPARAM], inter, oscbuf[MAXOSC + 1]; + int narg, nosc, args[MAXPARAM], inter; + wchar_t oscbuf[MAXOSC + 1]; mbstate_t ms; void *p; VTCALLBACK print, osc, cons[MAXCALLBACK], escs[MAXCALLBACK],