migueldeicaza / SwiftTermApp

MIT License
305 stars 29 forks source link

State Restoration #100

Closed migueldeicaza closed 2 years ago

migueldeicaza commented 2 years ago

Currently SwiftTermApp relies on the app not being killed to continue operating, which is fine.

But with the introduction of tmux support, it should likely track how many sessions with tmux were open, so that they can be restored on launch (if they do not require passwords)