From 4ef0626b6db5c63ca22c9c6849668f78f2a0da4c Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Thu, 19 Aug 2021 11:51:49 +0200 Subject: [PATCH] revert "mitigate tmux displaying its "<... not ready>" message, closes #496" this reverts commit 67b1d38a87e40c09c75fd49a728e80b5f7bdc505. the proposed mitigation causes flickering for some, see followups in #496 --- .tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 9a5434a..8e7b05a 100644 --- a/.tmux.conf +++ b/.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 #