From 9e9c12843aacfb0cdbf106623f346ce5b4a333a8 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 28 Mar 2017 09:39:07 -0400 Subject: [PATCH] Attempt to set pane-border-status This makes better use of those lines in tmux. Newer feature, so degrade gracefully in failure. --- xCAT-client/bin/tcons | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client/bin/tcons b/xCAT-client/bin/tcons index f345015df..97a7d65c3 100755 --- a/xCAT-client/bin/tcons +++ b/xCAT-client/bin/tcons @@ -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_$$