mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 23:25:09 +00:00
This ensures that the data printed through the raw stream is colorized if the formatter already had color labels, and if the raw data doesn't reset the surrounding color. This would only matter in templates containing label(.., raw_escape_sequence() ..) expression. Fixes #4631