kellymclaughlin / rebar3-eqc-plugin

A rebar3 plugin to enable the execution of Erlang QuickCheck properties
Apache License 2.0
13 stars 20 forks source link

Colorizing messes up xterm #15

Open peerst opened 8 years ago

peerst commented 8 years ago

I noticed that regularly my xterms were messed up after rebar3 eqc

Messed up means clearing the screen did no longer work and everything stayed on screen when line editing ... pretty much unusable.

I have the strong suspicion its this line in the code, undoubtedly funny but problematic for legacy xterms

cf:print("~!rFailed! ~!!(╯°□°)╯︵ ┻━┻ ");
kellymclaughlin commented 8 years ago

Thanks for the report. I can remove that and push up a new release soon.

kellymclaughlin commented 8 years ago

I pushed a new release package to Hex. Give it a try when you have a chance and see if it resolves your issue.