From 609f0461128df0546dc1abd158fd117a7f5943cb Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Sun, 8 Oct 2017 18:50:55 +0200 Subject: [PATCH] add TODO to force_dim_support, not sure this is working --- scripts/fingers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fingers.sh b/scripts/fingers.sh index 3a3253d..bb07d61 100755 --- a/scripts/fingers.sh +++ b/scripts/fingers.sh @@ -19,6 +19,7 @@ original_rename_setting=$4 BACKSPACE=$'\177' +# TODO not sure this is truly working function force_dim_support() { tmux set -sa terminal-overrides ",*:dim=\\E[2m" }