Escape code parameters not parsed with leading 0
WebFreak001 opened this issue · 2 comments
WebFreak001 commented
the arguments for the escape codes (in this case there is CSI 032 m
) are considered just numbers to parse in most emulators and it's not specified that there may not be a leading 0.
See https://vt100.net/emu/dec_ansi_parser#ACPAR for a state diagram describing how the parsing state machine works and descriptions for interpretation of stuff
TobiasFaller commented
@WebFreak001 Thank you for the constant feedback. I will fix this in the Version 0.0.14 release.
Version 0.0.13 is now published and I hope the issues with the low contrast on light themes are fixed.
TobiasFaller commented
This should now be fixed in Version 0.0.14.