2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-27 20:48:11 +00:00

Attempt to set pane-border-status

This makes better use of those lines in tmux.
Newer feature, so degrade gracefully in failure.
This commit is contained in:
Jarrod Johnson
2017-03-28 09:39:07 -04:00
parent edb97dc0f1
commit 9e9c12843a

View File

@@ -15,4 +15,5 @@ for i in `nodels "$1"`; do
tmux select-layout tiled
done
tmux select-pane -t 0
tmux set-option pane-border-status top > /dev/null 2>&1 | cat > /dev/null
tmux attach -t tcons_$$