revert "mitigate tmux displaying its "<... not ready>" message, closes #496"

this reverts commit 67b1d38a87.

the proposed mitigation causes flickering for some, see followups in #496
gh-403
Gregory Pakosz 2 years ago
parent 67b1d38a87
commit 4ef0626b6d
  1. 3
      .tmux.conf

@ -558,7 +558,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# }
#
# _username() {
# echo
# tty=${1:-$(tmux display -p '#{pane_tty}')}
# ssh_only=$2
#
@ -583,7 +582,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# }
#
# _hostname() {
# echo
# tty=${1:-$(tmux display -p '#{pane_tty}')}
# ssh_only=$2
# full=$3
@ -620,7 +618,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# }
#
# _root() {
# echo
# tty=${1:-$(tmux display -p '#{pane_tty}')}
# root=$2
#

Loading…
Cancel
Save