Skip to content
This repository has been archived by the owner on Sep 21, 2019. It is now read-only.

Commit

Permalink
try to fix bug #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Jan 30, 2013
1 parent b69bcce commit 6020456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pane-maximize
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ elif [ `tmux list-panes -t $paneid | wc -l` != 1 ] ; then
result=`tmux new-window ${optflag_a:+-a -t $paneid} ${optflag_d:+-d} \
-P -F "#{pane_id}\n$optarg_F" "DUMMY_PANE_MODE=true \"$0\""`
[ -n "$optflag_P" ] && echo $result | tail -n +2
npaneid=`echo $result | head -n 1`
npaneid=`echo "$result" | head -n 1`
tmux swap-pane -s $paneid -t $npaneid \; \
setenv pmtable "$pmtable,$paneid $npaneid"
else
Expand Down

0 comments on commit 6020456

Please sign in to comment.