EliasOenal / multimon-ng

GNU General Public License v2.0
947 stars 210 forks source link

Remove CR/LF characters from FLEX message #159

Closed Jimvin closed 4 years ago

Jimvin commented 4 years ago

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.