aaronjanse / 3mux

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

Question about detached state #70

Open megamorf opened 4 years ago

megamorf commented 4 years ago

Steps:

  1. connect to remote system via SSH and start 3mux on the remote machine
  2. start long running task in that 3mux session
  3. disconnect SSH connection

Expected result:

Actual result:

Is the actual result to be expected? I'm used to screen and tmux where a detached session continues to run.

aaronjanse commented 4 years ago

Is the actual result to be expected?

Not at all. The entire purpose of sessions should be lasting across SSH sessions. I'll look into this

aaronjanse commented 4 years ago

Thank you for the bug report!