You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spawn tmux fg job in bg window when height is null
When the requested height for a tmux split is null and that the spawned
job will be able to call back through the GUI subsystem, spawn the
foreground job in a new background window, just as if it were a
background job
Note that setting the height to 0 works even when the GUI callback
mechanism is not available since "split-window -l 0" creates a two lines
split (tested with tmux 2.5)
0 commit comments