aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 45 forks source link

Most errors should not be fatal #47

Open aaronjanse opened 4 years ago

aaronjanse commented 4 years ago

It's silly to think that a parsing bug should crash the entire multiplexer. It would be better to just tell the user something is weird is happening and to submit logs.

aaronjanse commented 4 years ago

Partially fixed by #91. Boot panics should™ now be a thing of the past.