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:
@@ -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
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user