aaronjanse / 3mux

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

properly handle errors #82

Closed aaronjanse closed 4 years ago

aaronjanse commented 4 years ago

Server failures no longer leave 3mux in a broken state. More specifically:

  1. Dead servers are no longer shown in the session list
  2. Failed server boot (e.g. panic while retrieving config file) no longer results in a hang

Server error diagnostics are also printed by the client after 3mux exits :-)