reworked pane / tty introspection (4), fixes #535
fixed _split_window_ssh()
This commit is contained in:
parent
618fd66b6f
commit
0fe760fa6d
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# _split_window_ssh() {
|
||||
# pane_pid=${1:-$(tmux display -p '#{pane_pid}')}
|
||||
# pane_tty=${2:-$(tmux display -p '#{b:pane_tty}')}
|
||||
# shift
|
||||
# shift 2
|
||||
#
|
||||
# pane_info=$(_pane_info "$pane_pid" "$pane_tty")
|
||||
# command=${pane_info#*:}
|
||||
|
|
Loading…
Reference in a new issue