Skip to content

Commit

Permalink
mitigate tmux displaying its "<... not ready>" message, closes gpakos…
Browse files Browse the repository at this point in the history
…z#496

the "flickering" perceived when the "<... not ready>" message is long won't be
totally eliminated until tmux 3.3 though (commit 38c5788232e0e3abdd08ade55a9d4fbcda637df1)
  • Loading branch information
gpakosz committed Jul 20, 2021
1 parent ed0b83a commit 67b1d38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# }
#
# _username() {
# echo
# tty=${1:-$(tmux display -p '#{pane_tty}')}
# ssh_only=$2
#
Expand All @@ -582,6 +583,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# }
#
# _hostname() {
# echo
# tty=${1:-$(tmux display -p '#{pane_tty}')}
# ssh_only=$2
# full=$3
Expand Down Expand Up @@ -618,6 +620,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# }
#
# _root() {
# echo
# tty=${1:-$(tmux display -p '#{pane_tty}')}
# root=$2
#
Expand Down

0 comments on commit 67b1d38

Please sign in to comment.