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
This commit is contained in:
Gregory Pakosz
2021-08-19 11:51:49 +02:00
parent 67b1d38a87
commit 4ef0626b6d
-3
View File
@@ -558,7 +558,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# } # }
# #
# _username() { # _username() {
# echo
# tty=${1:-$(tmux display -p '#{pane_tty}')} # tty=${1:-$(tmux display -p '#{pane_tty}')}
# ssh_only=$2 # ssh_only=$2
# #
@@ -583,7 +582,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# } # }
# #
# _hostname() { # _hostname() {
# echo
# tty=${1:-$(tmux display -p '#{pane_tty}')} # tty=${1:-$(tmux display -p '#{pane_tty}')}
# ssh_only=$2 # ssh_only=$2
# full=$3 # full=$3
@@ -620,7 +618,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# } # }
# #
# _root() { # _root() {
# echo
# tty=${1:-$(tmux display -p '#{pane_tty}')} # tty=${1:-$(tmux display -p '#{pane_tty}')}
# root=$2 # root=$2
# #