mirror of
1
0
Fork 0

worked around tmux 2.4 not properly refreshing status, see tmux/tmux#922

This commit is contained in:
Gregory Pakosz 2017-05-12 14:37:52 +02:00
parent 6b7d2e7513
commit 785ba173a3
1 changed files with 5 additions and 1 deletions

View File

@ -486,9 +486,13 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# }
#
# _root() {
# username=$(_username "$tty" false "$@")
# tty=${1:-$(tmux display -p '#{pane_tty}')}
# username=$(_username "$tty" false)
#
# if [ x"$username" = x"root" ]; then
# tmux show -gqv '@root'
# else
# echo ""
# fi
# }
#