Do not restore processes within existing panes

Closes #23
This commit is contained in:
Bruno Sutic
2014-08-29 13:42:48 +02:00
parent 9a6e4a1a2c
commit f9ef86d604
3 changed files with 38 additions and 5 deletions

View File

@ -5,6 +5,8 @@
issues during the restore and is now fixed.
- restoring sessions multiple times messes up the whole environment - new panes
are all around. This is now fixed - pane restorations are now idempotent.
- if pane exists from before session restore - do not restore the process within
it. This makes the restoration process even more idempotent.
### v0.2.0, 2014-08-29
- bugfix: with vim 'session' strategy, if the session file does not exist - make