prompt-toolkit / pymux

A terminal multiplexer (like tmux) in Python
BSD 3-Clause "New" or "Revised" License
1.45k stars 82 forks source link

closing a pane does not go to previous pane #14

Closed atsepkov closed 8 years ago

atsepkov commented 8 years ago

Actions performed:

Expected result (as in tmux):

Actual result:

Not so much of a bug but a convenience for saner flow.

jonathanslenders commented 8 years ago

Fixed in: https://github.com/jonathanslenders/pymux/commit/6b40ace613d196b264acb3882244e79d033b2502

Thanks for reporting the issue!