variar / klogg

Really fast log explorer based on glogg project
https://klogg.filimonov.dev
GNU General Public License v3.0
2.38k stars 208 forks source link

fix: ANSI color parameter support without separator #640

Closed nowhszh closed 1 year ago

nowhszh commented 1 year ago

Sorry,I forgot a special case.

case

Because 0 is a special number, parameters starting with 0 are allowed to omit the separator from subsequent parameters. The foreground parameter contains 30-37, 90-97 and the background color parameter contains 40-47, 100-107, so there exists a case \033[0101m RED TEXT\033[0m image

nowhszh commented 1 year ago

Originally posted by @sysescool in https://github.com/nickbnf/glogg/issues/69#issuecomment-1512336462

it's doesn't work for this condition: "\033[031m RED TEXT \033[0m".

This format is supported

variar commented 1 year ago

Thank you!

variar commented 1 year ago

Also for #338