EliasOenal/multimon-ng

Remove CR/LF characters from FLEX message

Jimvin opened this issue · 0 comments

When a FLEX message contains a newline character it is retained when output by multimon-ng, making some messages span several lines. This makes the messages difficult to parse if one message per line is expect. This could be fixed by optionally removing CR/LF characters from messages or by escaping the characters.